Opened 14 years ago
Last modified 13 years ago
#498 new defect
Element context is ignored for helperList
Reported by: | justinrowles | Owned by: | josegar74 |
---|---|---|---|
Priority: | minor | Milestone: | v2.6.5 |
Component: | General | Version: | v2.6.3 |
Keywords: | Cc: |
Description
When metadata.xsl looks up content from /root/gui/strings/helperList it finds the set of all helper entries from all labels.xml entries which match the element name.
There is no filtering by context.
This means that labelling by context is incompatible with helper lists.
Attachments (1)
Change History (4)
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | metadata.xsl.patch added |
---|
comment:3 by , 13 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Patch attached to enable context-specific helpers.
Please review.