-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 7.10, 8.10, 9.1, 9.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Nuxeo Package Management
-
Epic Link:
CURRENT SITUATION
- In a Studio project add a dependency to DAM or any other package that can't be hot reloaded
- In Nuxeo Server, launch hot reload
=> You are prompted for dependencies installation but nothing is actually installed
EXPECTED SOLUTION
When using Studio hot reload and Studio project is expressing non-hotreloadable dependencies:
- Prompt user for confirmation
Your Studio project depends on:
- package-name-1.0.0
- another-package-name-1.0.0
Server needs to be restarted to install these dependencies. Do you want to install them and restart the server now?
[NO - STOP HOT RELOAD] [YES - INSTALL AND RESTART]
- Choosing no prevents hot reload
- Choosing yes, Nuxeo Server installs dependencies and restarts