Espinoza Guillermo преди 6 години
родител
ревизия
50e7a5d7b8
променени са 3 файла, в които са добавени 15 реда и са изтрити 139 реда
  1. 11 138
      app/DoctrineMigrations/src/action.yml
  2. 1 1
      app/DoctrineMigrations/src/workflow.yml
  3. 3 0
      app/Resources/workflows/workflow_list.yml.dist

Файловите разлики са ограничени, защото са твърде много
+ 11 - 138
app/DoctrineMigrations/src/action.yml


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

@@ -37,7 +37,7 @@ insertorupdate:
           marking_type: "single_state"
           marking_name: "currentState"
           description: "ONU Workflow v2"
-          template: "initial_place: active\r\nplaces:\r\n  - active\r\n  - disable\r\n  - deleted\r\ntransitions:\r\n  active:\r\n    from: disable\r\n    to: active\r\n  disable_deleted:\r\n    from: disable\r\n    to: deleted\r\n  add_config:\r\n    from: active\r\n    to: active\r\n  disable:\r\n    from: active\r\n    to: disable\r\n  active_deleted:\r\n    from: active\r\n    to: deleted"
+          template: "initial_place: active\r\nplaces:\r\n  - active\r\n  - disable\r\n  - deleted\r\ntransitions:\r\n  active:\r\n    from: disable\r\n    to: active\r\n  disable_deleted:\r\n    from: disable\r\n    to: deleted\r\n  add_config:\r\n    from: active\r\n    to: active\r\n  disable:\r\n    from: active\r\n    to: disable\r\n  active_deleted:\r\n    from: active\r\n    to: deleted\r\n  deleted_active:\r\n    from: deleted\r\n    to: active"
           created: "2018-08-06 17:13:54"
           updated: "2018-08-07 14:58:10"
           tenancy_id: 1

+ 3 - 0
app/Resources/workflows/workflow_list.yml.dist

@@ -77,3 +77,6 @@ framework:
         active_deleted:
           from: active
           to: deleted
+        deleted_created:
+          from: deleted
+          to: created