-
Notifications
You must be signed in to change notification settings - Fork 132
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
Action manager: adding action to select input by default #2273
Conversation
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.
Todo:
- A few text suggestion
- Can you also document it in the do-action documentation page ( /components/wb-doaction/doaction-doc-en.html ) because any action defined in the action manager is also available for the do-action plugin.
I tested locally and reviewed the change. Everything look good. This is a minor change for the "Action manager" which impact the plugin "Do action" and "URL mapping".
f5d693a
to
6582f7e
Compare
Pre-approved upon review and local testing. |
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.
Reviewed and tested locally,
This is an addition to the action manager.
Minor - Action manager - Add the action: Select input
Note: The merge commit was created during the merge conflict resolution. The only file that was conflicting was "_data/sites.json" which are going to be re-generated by the upcoming release. This PR can be squash and merge once the build is completed. |
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.
Approved
Adding "selectinput" option for the "action" property which selects a value for a
<select>
tag or checks a<input type ="radio">
or `.Changes related to WET-423