Opened 14 years ago
Closed 14 years ago
#1551 closed defect (fixed)
Define toolbar extension points that are missing
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.16.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
Some of the new list+view pages with toolbars have the code for using extensions, but the extension points are not defined in the ToolbarUtil
class. A typical log message is:
Undefined extension point: net.sf.basedb.clients.web.toolbar.list.bioplatetype
List/view pages with missing extension point definitions (more will be added when discovered):
- Biomaterial LIMS → Bioplate types (fixed)
- View → File servers (fixed)
- View → Permission templates (fixed)
Change History (5)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Description: | modified (diff) |
---|
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Description: | modified (diff) |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Don't think there are any more right now.
Note:
See TracTickets
for help on using tickets.
(In [5495]) References #1551: Define toolbar extension points that are missing
Fixes bioplate types, file servers and permission templates.