Bug #2362
adding multiple tags of the same name doesn't work
Status: | Closed | Start date: | 10/04/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
Hi,
if i write the tagname lowercase, it allows me to add multiple tags from the same name. But if i write the tag uppercase all previous keys gets deleted.
Associated revisions
Bug #2362: Identify if multiple valued attribute is being change and add to array instead of overwritting
History
#1 Updated by Daniel Molina over 7 years ago
- Status changed from Pending to New
#2 Updated by Tino Vázquez over 7 years ago
- Status changed from New to Closed
- Assignee set to Tino Vázquez
- Target version set to Release 4.4
- % Done changed from 0 to 100
- Resolution set to fixed
In templates with duplicated keys, whenever a key was repeated the array representing this in Sunstone was overwritten. Now it is added instead to the other values if we are dealing with an array.