stable
Clone or download
Fix request #31088 System service cannot be used at creation
When creating a new system service (which is a service not activated in the template used to create the current project; it only concerns MW standalone as of today), this service cannot be activated in project at first activation, even if activate checkbox is checked. This has been wrongly introduced by request #31062 How to test ----------- * Create a new project with a template that does not have the MW standalone activated and has the legacy MW (1.23) activated * In the newly created project does not activate MW 1.23 * Open the service edition modal for MW standalone and submit it without any modifications => The MW standalone service must not be switched to used. * Create a new project with a template that does not have the MW standalone activated and has the legacy MW (1.23) activated * In the newly created project does not activate MW 1.23 * Open the service edition modal for MW standalone, check "Activate" and submit => The MW standalone service must be switched to used. Change-Id: Id3c81ee87b7bd4f9ac55c82445a615e98346e1e0
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Service/EditController.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Service/ServiceUpdator.php | +2 | −3 | Go to diff View file |