-
Notifications
You must be signed in to change notification settings - Fork 542
Description
Toggling off customized icons in Actions field does not revert icons to default. Icons only revert to default when customized icon is removed from input field.
To Reproduce
- Create Actions field in table
- Open the configuration settings for the column with an actions field
- Click the checkbox to "Customize button icons with an emoji"
- Fill in an emoji of your choice to replace the default Run icon
- Save your changes and close the configuration
- Re-open the configuration settings for this column
- Un-check the checkbox to "Customize button icons with an emoji"
- Save changes and close configuration
Expected behavior
Un-checking the checkbox for customized icons should revert icons back to default. Instead, the only way to revert icons to default is to remove them from the text field that appears after the customized icon checkbox is clicked.
Screenshots
I felt that a video explained this better than an image, so I created a screen recording that you can access at this link
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
- Version: develop branch via localhost
Notes:
I'm pretty sure this is a quick logic fix, just adding in a check for whether custom icons are enabled when determining the icon to show. I ran into this while working on #513, actually, and it was a one-line fix there. I can't imagine this being substantially more complex.