-
Notifications
You must be signed in to change notification settings - Fork 358
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
[WIP] Convert role form from haml to React and add cypress testing #9248
Conversation
5e7b5ea
to
435b95f
Compare
package.json
Outdated
@@ -71,6 +72,7 @@ | |||
"eonasdan-bootstrap-datetimepicker": "~4.17.49", | |||
"es6-shim": "~0.35.3", | |||
"history": "^4.7.2", | |||
"i": "^0.3.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is i
for?
package.json
Outdated
@@ -81,12 +83,14 @@ | |||
"moment-duration-format": "~2.2.2", | |||
"moment-strftime": "~0.5.0", | |||
"moment-timezone": "~0.5.40", | |||
"npm": "^10.8.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is needed either?
My only other concern is the checkbox tree may not be carbon-compatible? Even so, it's great there's a react component already out there. |
5871655
to
189efbc
Compare
189efbc
to
0f17df2
Compare
Checked commit liu-samuel@0f17df2 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint app/controllers/ops_controller/ops_rbac.rb
app/views/ops/_rbac_role_details.html.haml
|
This pull request is not mergeable. Please rebase and repush. |
Converts user role form from haml to React and add cypress testing
Old:
New:
Related: ManageIQ/manageiq#23153