-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix advanced settings button name on create form #6667
Fix advanced settings button name on create form #6667
Conversation
"Hide Advanced Options" is intentional. It indicates what will happen after clicking this button. We do not want to have 2x the same message. It should be dynamic. |
I did not understand you, @floreks. Did you mean you support this PR which will change current 2x same message ( i.e Show advanced settings) to getting Hide advanced settings text working on the button? 🤔 |
Hey @chenrui333, @helight, |
Sorry for the late response. Initial issue description was a bit misleading for me also and I thought we already have Show/Hide text. This change LGTM :) |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floreks, prnam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floreks, prnam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This change will fix switch advanced settings button name present on
Create from form
This what we see currently -
Action to hide is executing perfectly, however button name is always "Show advanced settings".
dashboard/src/app/frontend/create/from/form/template.html
Line 371 in ffd9798
After PR is accepted this how it will look -
dashboard/src/app/frontend/create/from/form/template.html
Line 371 in f8918f3