Add config checkbox to show/hide redirect URLs on Homepage#307
Add config checkbox to show/hide redirect URLs on Homepage#307orel-mor wants to merge 5 commits intoazukaar:unstablefrom
Conversation
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
|
Thanks for the contribution! |
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
I get what you're saying, then by this logic, changing the URL mode automatically decides the base value for HideFromDashboard, so I've implemented a simple onChange method for when a user changes the URL mode. What do you say? |
|
Yes that looks better thanks! Could you remove the condition with the skip altogether? I dont think it will be required anymore since the value is always false |
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
Done, is this what you meant? |
This gives users more personalization for what is shown on the home page :)