Feature #2533
closedAdd download button for backup scripts and templates bulk action
100%
Description
Support to download backup for scripts and templates, after bulk action is completed.
Related issues
Updated by Radek Tomiška about 4 years ago
- Related to Feature #2493: Allow deploy script via dropdown zone added
Updated by Radek Tomiška about 4 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 50 to 90
Feature is implemented. Script / templates are saved under their codes in archive => archive can be downloaded from long running task modal (or detail).
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/f1532a5f3f3d92050b5ae6625a48cd250be24f07
Could you provide me a feedback, please?
Notes:
- Simplyfied long running task operation result usage. Result model can be overriden => saving task separately is not needed now => issues with task ends too early (e.g. see example export).
- Added prevalidate message fo configured redeploy folder (~classpath)
- Added missing Codeable interface to script and template dtos
- Fixed default download url (used in example export)
- Fixed progressbar level in long running task modal = was green even for exception state.
Updated by Vít Švanda about 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and tested it. Download button (LRT) works nice. Thanks for that.
Updated by Radek Tomiška about 4 years ago
- Status changed from Resolved to Closed
Updated by Radek Tomiška almost 4 years ago
- Related to Task #2518: Script definition duplication added