Opened 14 years ago
Last modified 14 years ago
#358 new enhancement
GROUP and CHOICE element handling.
Reported by: | justinrowles | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future release |
Component: | General | Version: | v2.6.1 |
Keywords: | Cc: |
Description
When there is a group or choice of elements, the xml generated by geonetwork to create the front end form has elements like...
<xxx:YyyyZzzzGROUP_ELEMENT0> and <xxx:YyyyZzzzCHOICE_ELEMENT1>
I don’t think they should be called that because they don’t form part of the xxx namespace at all.
I suggest that they should be refactored to create ...
<geonet:group type=”xxx:YyyyZzzz" ref="GROUP_ELEMENT0”> and <geonet:choice type=”xxx:YyyyZzzz" ref="CHOICE_ELEMENT1”>
...or similar.
This would make it much easier to create tabs where components are included or excluded with specific business functionality.