Actions
Feature proposal #9004
closedExpand action types that can create objects to support update and delete
Start date:
08 August 2022
Due date:
% Done:
100%
Estimated time:
Description
The GJ action for example can create groups, but not update or delete them. Implement support for updating and deleting groups.
Updated by krileon over 2 years ago
- Target version changed from 9.1.0 to 10.0.0
Would be better for this to support standard GET/PUT/DELETE/UPDATE, etc.. API methods for altering database objects in a generalized action type instead of adding a bunch of modes per auto action.
Updated by krileon over 2 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
10.0.0) - % Done changed from 0 to 100
This doesn't make any sense to do here. These actions are largely there because we don't have an API endpoint yet. CB 3.x will either utilize J4 or our own API endpoint removing the need for these action types and adding more behavior will make migrations that much harder.
Actions