Pārlūkot izejas kodu

Merge branch 'hotfix/V8-5343-corriger-les-outils-de-maj-de-so'

Olivier Massot 2 gadi atpakaļ
vecāks
revīzija
da394d0e4c
1 mainītis faili ar 9 papildinājumiem un 9 dzēšanām
  1. 9 9
      ot_admin/Configuration/Services.yaml

+ 9 - 9
ot_admin/Configuration/Services.yaml

@@ -7,19 +7,25 @@ services:
   Opentalent\OtAdmin\:
     resource: '../Classes/*'
 
-  Opentalent\OtAdmin\Command\CreateOrganizationCommand:
+  Opentalent\OtAdmin\Command\UpdateSiteCommand:
+    tags:
+      - name: console.command
+        command: 'ot:site:update'
+        schedulable: false
+
+  Opentalent\OtAdmin\Command\CreateSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:create'
         schedulable: false
 
-  Opentalent\OtAdmin\Command\DeleteOrganizationCommand:
+  Opentalent\OtAdmin\Command\DeleteSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:delete'
         schedulable: false
 
-  Opentalent\OtAdmin\Command\UndeleteOrganizationCommand:
+  Opentalent\OtAdmin\Command\UndeleteSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:undelete'
@@ -43,12 +49,6 @@ services:
         command: 'ot:site:reset-perms'
         schedulable: true
 
-  Opentalent\OtAdmin\Command\UpdateRoutingIndexCommand:
-    tags:
-      - name: console.command
-        command: 'ot:site:index'
-        schedulable: true
-
   Opentalent\OtAdmin\Command\GetSiteStatusCommand:
     tags:
       - name: console.command