Bug #4173
Marketplace template parsing
Status: | Closed | Start date: | 11/19/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.14.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.12 |
Description
Raw XML data passed using the JSON template in the marketplace which uses < /> formatting is evaluated to < /> in the OpenNebula template.
Associated revisions
Bug #4173: Fix import and render of marketplace templates with xml tags
Bug #4173: Fix import and render of marketplace templates with xml tags
(cherry picked from commit 5f0660ef5479507527402659137539edf0915e19)
History
#1 Updated by Daniel Kelleher over 5 years ago
The second braces set should be "<" and "/>" respectively
#2 Updated by Daniel Kelleher over 5 years ago
< />
#3 Updated by Carlos Martín over 5 years ago
- Category set to Sunstone
- Status changed from Pending to New
- Assignee set to Carlos Martín
Related issue in the appmarket github: https://github.com/OpenNebula/addon-appmarket/issues/54
#4 Updated by Carlos Martín over 5 years ago
- Status changed from New to Closed
- Target version set to Release 4.14.2
- Resolution set to fixed
Fixed, thank you for reporting it.