Opened 16 years ago
Closed 16 years ago
#1287 closed defect (fixed)
Make it possible to update an extension to another extension point
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
There is currently a problem if an update is made to a registered extension that includes moving the extension to a different extension point. This is mainly a problem with testing but may also affect real extensions. Here is the scenario:
- An extension is developed and registered for a specific extension point, say A.
- The extension is updated but we now want to register it under a different extension point, say B.
- Installing the new xml/jar file is ok, we get a message that the extension has been updated.
- The only problem is that the move from A to B is ignored. The extension is still registered with extension point A.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4875]) Fixes #1287: Make it possible to update an extension to another extension point
Moving to another extension point is considered as one de-registration and one new registration.