Opened 14 years ago
Closed 14 years ago
#1286 closed enhancement (fixed)
Add support of id-base attribute to extension xml files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It would be practical to be able to define a top-level 'id-base' attribute in extension XML file. This 'id-base' attribute would then be combined with the 'id' attribute of <extension id="..."> and <extension-point id="..."> tags to form the full id. This would save a lot of typing and avoid spelling errors since the common base shared among all extensions are defined only once.
Change History (2)
comment:1 Changed 14 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4874]) Fixes #1286: Add support of id-base attribute to extension xml files