-
Enhancement
-
Resolution: Done
-
Major
-
4.2.0.Beta1
-
Documentation (Ref Guide, User Guide, etc.), Release Notes, Interactive Demo/Tutorial
If you edit embeddable cartridges for an existing application, you get all sorts of warnings. Ex. have phpmyadmin & mysql embedded, you remove mysql: you get told that you should also remove phpmyadmin since it depends on it.
When creating a new application and removing cartridges that you have already added ("Add..."-button in 2nd wizard page) you dont get these warnings.
How to reproduce:
- EXEC: Launch application wizard and pick "create new application"
- EXEC: on 2nd page: hit "Add" and check phpmyadmin in the upcoming dialog
- ASSERT: you get warned that you should add mysql. Confirm it, get mysql added
- EXEC: close the dialog and get back to wizard page
- ASSERT: mysql and phpmyadmin are listed
- EXEC: select mysql and hit "Remove"
Result:
mysql gets removed, leaving invalid phpmyadmin (it depends on mysql, app creation will fail) behind.
Expected result:
You should get warned that you should also remove phpmyadmin.
- blocks
-
JBIDE-15476 Allow users to provide downloadable cartidges
- Closed
-
JBIDE-16835 Application wizard: embeddable cartridge is removed from carts that shall be added even though I I hit "cancel"
- Closed
- relates to
-
JBIDE-16509 Application wizard: Embedded cartridges should get verified when I select "Enable Scaling" AFTER I selected them
- Closed