Actions
Feature proposal #4490
closedImplement generic management tools usage
Feature proposal #4490:
Implement generic management tools usage
Start date:
13 May 2014
Due date:
% Done:
100%
Estimated time:
Description
Currently batchprocessing and filtering are done with custom tags. Implement a more generalized solution that'll allow custom expand/collapse usages. Example XML structure as follows.
<tools>
- <tool name="filter" label="Search Tools" type="filter">
- - <field...
- </tool>
- <tool name="batch" label="Batch Tools" type="store">
- - <field...
- </tool>
</tools>
The name would be the input control name. The label would be the button text. The type would determine the tool behavior. Filter type for example would add to the where statement. Store type for example would parse the input values to rows and run a store.
Updated by krileon over 12 years ago
- Description updated (diff)
Updated by krileon over 9 years ago
- Target version changed from CB 2.1 to CB 3.0
Updated by krileon about 2 months ago
- Status changed from New to Rejected
- Target version deleted (
CB 3.0) - % Done changed from 0 to 100
Don't really see a point here. This'd just be renaming the XML for the sake of renaming it.
Actions