Actions
Feature #20838
closedas a developer I would like to create new forms using react/redux
Description
this should enable the infrastructure for a developer to write a new form using react and redux.
this should include- form fields (input, text, checkbox, textarea etc)
- client side form validations
- API handling for submitting the form
- server side validation errors.
This should also mimic the current workflow in foreman, e.g. success toast after a 'resource' is being created.
Updated by Ohad Levy about 7 years ago
- Related to Feature #20839: implement bookmark creation using react added
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/4795 added
Updated by Daniel Lobato Garcia about 7 years ago
What should be implemented for this issue to be closed? What parts of the stack is this substituting, just the view (which would include client-side validations) or does this imply more than that?
Updated by Ohad Levy about 7 years ago
- Related to Feature #21134: Get i18n working for validators in react forms added
Updated by Ohad Levy about 7 years ago
Daniel Lobato Garcia wrote:
What should be implemented for this issue to be closed? What parts of the stack is this substituting, just the view (which would include client-side validations) or does this imply more than that?
Daniel - Does the PR address your question?
Updated by Walden Raines about 7 years ago
- Target version changed from 218 to 224
Updated by Timo Goebel about 7 years ago
- Translation missing: en.field_release set to 296
Updated by Ohad Levy about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b0fd1ab6e9c146c50d6e51b704925ade2ee47f6e.
Actions