Details
-
New Feature
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
None
Description
When we create a new record, using
this.props.mutator.users.POST(data);
there is an HTTP response from Okapi containing the new record with its ID (whether that was generated on the client or server side). When this is received, we need to generate new props in the component that owns the resource that describe what happened. Something like props.lastOperation, props.lastOperationStatus props.lastOperationData, which would be set to something like CREATE, OK and the record.
TestRail: Results
Attachments
Issue Links
- blocks
-
STRIPES-243 ui-scan: pervasive use of explicit fetch
-
- Closed
-
-
STRIPES-244 ui-users: use stripes-connect to post new users's credentials and permissions
-
- Closed
-
-
STRIPES-374 Newly Created Records Should be In Focus
-
- Closed
-
- relates to
-
STCON-18 status (and error, warn?) props for connected components
-
- Closed
-
-
STCON-82 Mutators should fail when they can't resolve their path
-
- Closed
-
-
STCON-8 Data should be stored per-component, not per-module
-
- Closed
-
-
STCON-15 Replace redux-crud with our own actions and reducers.
-
- Closed
-
-
STRIPES-204 Mutators should return promises with useful information
-
- Closed
-
-
UIU-1 Newly Created Permission Set Should be In Focus
-
- Closed
-