Opened 15 years ago

Closed 15 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 by Nicklas Nordborg, 15 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4874]) Fixes #1286: Add support of id-base attribute to extension xml files

Note: See TracTickets for help on using tickets.