Browse Source

Se cambio la transición del activar FTTH del workflow administrative_state, porque no estaba funcionando.

Gabriel Gosparo 6 years ago
parent
commit
e0eeca5af8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/DoctrineMigrations/src/action.yml

+ 1 - 1
app/DoctrineMigrations/src/action.yml

@@ -97,7 +97,7 @@ insertorupdate:
           object_class: "FTTHBundle\\Entity\\ONU"
           event: "a:1:{i:0;s:5:\"enter\";}"
           event_reference: "active"
-          template: "echo {{object.ponSerialNumber}} Activado\r\n\r\nphp /opt/ftth/bin/console workflow:apply --entity=FTTHBundle\\\\Entity\\\\ONU --id={{object.id}} --transition=\"enable\""
+          template: "echo {{object.ponSerialNumber}} Activado\r\n\r\nphp /opt/ftth/bin/console workflow:apply --entity=FTTHBundle\\\\Entity\\\\ONU --id={{object.id}} --transition=\"active\""
           tenancy_id: 1
         -
           id: 13