Opened 15 years ago

Closed 15 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:

  1. An extension is developed and registered for a specific extension point, say A.
  2. The extension is updated but we now want to register it under a different extension point, say B.
  3. Installing the new xml/jar file is ok, we get a message that the extension has been updated.
  4. 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 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 [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.

Note: See TracTickets for help on using tickets.