Actions
Bug #7041
closedbackend plugin menu loading caching empty params
Description
When plugins are loaded for their plugin management backend menu items (shown under plugin name) they're loading by the plugin object output by the tablebrowser. Problem with this is the table browser isn't include all the columns for the table object so params are never loaded into the object. This causes the plugin to be cached like that resulting in subsequent calls not having access to params. Changing the API call to plugin id will resolve this, but table browser should probably be doing a select all for its primary table.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1315
Actions