Bug #4049
Template editing wizard overwrites FILES_DS with content of INIT_SCRIPTS
Status: | Closed | Start date: | 10/10/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.14.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.14 |
Description
Template editing wizard overwrites FILES_DS with content of INIT_SCRIPTS and loose values, entered into INIT_SCRIPTS.
Related issues
Associated revisions
Bug #4049: fix init_scripts field. Thanks to Rolandas Naujikas
Bug #4049: fix init_scripts field. Thanks to Rolandas Naujikas
(cherry picked from commit 349ec38eadc6a224cb29a386893b283e8cb4c31d)
History
#1 Updated by Rolandas Naujikas over 5 years ago
It looks there is a mistake in sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context/html.hbs:
... <input type="text" wizard_field="FILES_DS" id="INIT_SCRIPTS" name="INIT_SCRIPTS" /> ...
wizard_field should be INIT_SCRIPTS, not FILES_DS.
#2 Updated by Daniel Molina over 5 years ago
- Status changed from Pending to New
- Target version set to Release 4.14.2
#3 Updated by Carlos Martín over 5 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed, thank you!
#4 Updated by Javi Fontan over 5 years ago
- Duplicated by Bug #4153: Context template FILE_DS overwrittent by 'init scripts' added