Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#2126 closed enhancement (fixed)

Add extension points to the Preferences and Contact information dialogs

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.13
Component: web Version:
Keywords: Cc:

Description

I guess it would be enough to use the same TabAction mechanism for adding more tabs as in other edit dialogs.

We also need "Save" extension points in case the extra tabs require extra save logic.

Change History (4)

comment:1 by Nicklas Nordborg, 6 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 6 years ago

Summary: Add extension points to the Preferences and Contant information dialogsAdd extension points to the Preferences and Contact information dialogs

comment:3 by Nicklas Nordborg, 6 years ago

Resolution: fixed
Status: assignedclosed

(In [7499]) Fixes #2126: Add extension points to the Preferences and Contact information dialogs

The dialogs should now have TabAction extension points with id:

  • net.sf.basedb.clients.web.tabcontrol.edit.user-preferences
  • net.sf.basedb.clients.web.tabcontrol.edit.user-information

and OnSaveAction extension points with id:

  • net.sf.basedb.clients.web.onsave.user-preferences
  • net.sf.basedb.clients.web.onsave.user-information

comment:4 by Nicklas Nordborg, 6 years ago

(In [7502]) References #2126: Add extension points to the Preferences and Contact information dialogs

Including scripts and stylesheets added by extensions.

Note: See TracTickets for help on using tickets.