Explorar o código

Se quita $actions de ONU.

Maximiliano Schvindt %!s(int64=8) %!d(string=hai) anos
pai
achega
570a4ed0be
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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";
+    }
+
 }