Opened 14 years ago

Closed 14 years ago

#134 closed defect (fixed)

Database config - some widget correctly linked

Reported by: adube Owned by: adube
Priority: blocker Milestone:
Component: server Version:
Keywords: Cc:

Description

When defining a 'queryable' to 'true' resource option while having a queryonclick widget in the application, we should have both linked together and the widget should be included.

Problem is, it's not. We must find out why and fix it.

Change History (2)

comment:1 by adube, 14 years ago

Owner: set to adube
Status: newassigned

comment:2 by adube, 14 years ago

Resolution: fixed
Status: assignedclosed

r868

Problem fixed. The 'name' of the widgets were used as 'key' for the array containing them in the 'getAuthorizedWidgets' method of config.php. The array_merge method was used, but was breaking the keys. It was replaced by 3 loops in each array to merge instead. That solved the problem.

Note: See TracTickets for help on using tickets.