Opened 10 years ago
Last modified 10 years ago
#10478 closed defect
Error when installing preset (chunk containing only list_entry items) — at Version 2
Reported by: | malcolmh | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.09 |
Component: | Core | Version: | |
Keywords: | preset chunk xml validation | Cc: |
Description (last modified by )
I have a preset that produces an error message when I try to install it.
It does not seem to like the fact that I have chunk
s that contain only list_entry
items. However, if I click on "Yes" to accept the install, the preset then works fine, with the chunk invocations working as expected.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Keywords: | chunk xml validation added |
Summary: | Error when installing preset → Error when installing preset (chunk containing only list_entry items) |
Note:
See TracTickets
for help on using tickets.
list_entry
is normally inside acombo
element, so it is a little unusual to put a couple oflist_entry
s in a chunk and not the entirecombo
. We could allow this, but then the schema file would no longer be able to catch all the syntax errors in the preset xml.