You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…duce helper options (#478)
Resolves: #474
This PR corrects AppAPI `occ app_api:app:update` command logic in the
following way:
1. By default disabled ExApps are not updated. Use option
`--include-disabled` to update disabled ExApps too.
2. During update ExApp is enabled to perform initialization step, if it
was disabled before update - by default it will be disabled after
update.
---------
Signed-off-by: Andrey Borysenko <[email protected]>
PHP apps
occ app:update --all
AppAPI apps
occ app_api:app:update --all
The difference is unexpected.
AppAPI apps that were disabled before should stay disabled
The text was updated successfully, but these errors were encountered: