Browse Source

Merge branch 'FD3-523' of https://bitbucket.org/ikflowdat/ftth into FD3-522

Conflicts:
	src/FTTHBundle/Admin/ONUAdmin.php
Maxi Schvindt 7 years ago
parent
commit
580ded9728
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/FTTHBundle/Admin/ONUAdmin.php

+ 2 - 0
src/FTTHBundle/Admin/ONUAdmin.php

@@ -58,6 +58,7 @@ class ONUAdmin extends WorkflowBaseAdmin
             ->add('model')
             ->add('model')
             ->add('olt')
             ->add('olt')
             ->add('currentState', 'string', array('template' => 'WorkflowBundle:Workflow:base_list_field_current_state.html.twig'))
             ->add('currentState', 'string', array('template' => 'WorkflowBundle:Workflow:base_list_field_current_state.html.twig'))
+            ->add('created')
             ->add('_action', 'with-workflow-action', array(
             ->add('_action', 'with-workflow-action', array(
                 'actions' => array(
                 'actions' => array(
                     'show' => array(),
                     'show' => array(),
@@ -267,6 +268,7 @@ class ONUAdmin extends WorkflowBaseAdmin
                     ->add('profile')
                     ->add('profile')
                     ->add('nap')
                     ->add('nap')
                     ->add('model')
                     ->add('model')
+                    ->add('created')
                 ->end()
                 ->end()
             ->end()
             ->end()
             ->tab('Avanzado')
             ->tab('Avanzado')