#207 closed defect (fixed)
Search widget is broken
Reported by: | chrisclaydon | Owned by: | madair |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | 1.1.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1142170.01 | Operating System: | All |
state: | Approved |
Description
If a Search widget is added to a Fusion layout as a toolbar button, the button does not show up on the toolbar.
This is because the widget fails to declare itself as a UI object.
Once that is fixed, the button shows up, but when it is clicked none of the widget settings are picked up by the php script that gets invoked.
This happens because the script tries to look up the widget based on its ID, but it has no ID configured.
Note:
See TracTickets
for help on using tickets.
(In [1764]) closes #207: pass in parameters explicitly to the SearchPrompt.php and make Search.js a ui class object