-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor TR page bulk actions to JSON-RPC #1063
Labels
Milestone
Comments
The methods which are currerntly not converted to JSON-RPC are:
|
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
Apr 23, 2020
Remove unused imports Refactor update of assignee rpc call Remove override of assignee form field Remove trimming Fix tests for changeAssignee Revert change in test case for updateAssignee with invalid id Add tests for updateAssignee
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
Apr 23, 2020
Remove unused imports Refactor update of assignee rpc call Remove override of assignee form field Remove trimming Fix tests for changeAssignee Revert change in test case for updateAssignee with invalid id Add tests for updateAssignee
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
Apr 23, 2020
Remove unused imports Refactor update of assignee rpc call Remove override of assignee form field Remove trimming Fix tests for changeAssignee Revert change in test case for updateAssignee with invalid id Add tests for updateAssignee Making the lint happy
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
Apr 28, 2020
Remove unused imports Refactor update of assignee rpc call Remove override of assignee form field Remove trimming Fix tests for changeAssignee Revert change in test case for updateAssignee with invalid id Add tests for updateAssignee Making the lint happy Fix cosmetic remarks and update tests
atodorov
pushed a commit
that referenced
this issue
Apr 28, 2020
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
Apr 28, 2020
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
May 6, 2020
Fix remarks Change latest flag to integer -1 value. Revert form field of case text version to integer.
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
May 6, 2020
Fix remarks Change latest flag to integer -1 value. Revert form field of case text version to integer. Extract case text version from form in variable
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
May 7, 2020
Fix remarks Change latest flag to integer -1 value. Revert form field of case text version to integer. Extract case text version from form in variable Revert todo for missing permissions that got accidentaly removed
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
May 11, 2020
Fix remarks Change latest flag to integer -1 value. Revert form field of case text version to integer. Extract case text version from form in variable Revert todo for missing permissions that got accidentaly removed Refactor selectors for update text version. Refactor text version field for UpdateExecutionForm
rsasov
added a commit
to rsasov/Kiwi
that referenced
this issue
May 11, 2020
Fix remarks Change latest flag to integer -1 value. Revert form field of case text version to integer. Extract case text version from form in variable Revert todo for missing permissions that got accidentaly removed Refactor selectors for update text version. Refactor text version field for UpdateExecutionForm Revert still valid tests, update assertions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All of the blue menus post their data to backend view functions instead of making use of existing JSON-RPC. That is except the right-most Links menu, which is new.
Also all of these actions seem to have separate backend handlers in the cases when they are performing bulk update vs. the case when they are performing a single update (triggered via other widgets in the UI).
This needs to be cleaned up significantly and will help with converting this page to Patternfly.
The text was updated successfully, but these errors were encountered: