-
Notifications
You must be signed in to change notification settings - Fork 108
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
3081 - auto_environment_variables #3432
Conversation
I think there's a way to simplify this where the value in the form doesn't have both the key and value of the environment variable. I'm thinking we can embed the environment variable's key in the form's key. Then the value becomes just the value for both. |
apps/dashboard/app/views/launchers/editable_form_fields/_editable_text_field.erb
Outdated
Show resolved
Hide resolved
apps/dashboard/app/lib/smart_attributes/attributes/auto_environment_variable.rb
Outdated
Show resolved
Hide resolved
apps/dashboard/app/lib/smart_attributes/attributes/auto_environment_variable.rb
Outdated
Show resolved
Hide resolved
apps/dashboard/app/views/launchers/editable_form_fields/_editable_text_field.erb
Outdated
Show resolved
Hide resolved
apps/dashboard/app/lib/smart_attributes/attributes/auto_environment_variable.rb
Show resolved
Hide resolved
they can't see the name of the variable in the form.
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.
🎉 I think we're ready for this!
Fixes #3081
Updated Video Mar. 28 2024:
Screen.Recording.2024-03-28.at.10.05.21.AM.mov