-
Notifications
You must be signed in to change notification settings - Fork 368
Implemented the TreeViewSelector component for DDF #7410
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
Conversation
8728951 to
334679d
Compare
|
Settings > Application Settings >> Access Control .. edit a role |
Fixed... |
|
Checked commits skateman/manageiq-ui-classic@740c62c~...a7e5c70 with ruby 2.6.3, rubocop 0.69.0, haml-lint 0.28.0, and yamllint **
|
I did some cleanup in the TreeView codebase, we now have the following components:
TreeViewBase- a component that renders a tree without using reduxTreeViewRedux- a component that renders a tree with reduxTreeViewField- a DDF component that usesTreeViewBaseand exposes checkboxesTreeViewSelector- a DDF component that uses aTEXT_FIELDwith a button addon that opens aModalcontaining a tree where you can select a single entityFixes #6841