Browse Source

Se quita $actions de ONU.

Maximiliano Schvindt 8 năm trước cách đây
mục cha
commit
570a4ed0be
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      src/FTTHBundle/Entity/ONU.php

+ 10 - 0
src/FTTHBundle/Entity/ONU.php

@@ -494,4 +494,14 @@ class ONU
         
     }
 
+    public function getAdministrativeWorkflow() 
+    {
+        return "administrative_state";
+    }
+
+    public function getTransitionWorkflow() 
+    {
+        return "transition_state";
+    }
+
 }