Problem/Motivation
- Refactor
k8s_launch_template_source_type.jsfrom jQuery to native JavaScript. - Delete
k8s_launch_template_form.jsthat are no longer needed along with it.
Issue fork cloud-3405430
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sekinet commented@yas
Could you please review the patch?
Comment #4
sekinet commented@yas @hosomitmThank you for providing the patch. It looks good to me. Because we don't need this JavaScript anymore.
Background.
Previously, source_type included yaml and added JavaScript to switch to the YAML tab when it was selected.
We have since refactored the source_type to remove the yaml from the source_type. However, I think we ware unable to remove this JavaScript file and the unnecessary file remained.
Thanks.
Comment #5
sekinet commentedSorry, the above comment was an error in commenting on another Issue. Please review the patch. Thanks.
Comment #7
yas@sekinet
Thank you for the refactoring. Can you please create the patch for
5.xbranch, too?After that, I'll merge the patch to
5.xand6.x, and close this issue as FixedComment #11
sekinet commented@yas
I have also created a patch for the 5.x branch. Could you please check it?
Comment #12
yas@sekinet
Thank you for supplying the patch for
5.x. I'll merge the patch to5.x, and close this issue as Fixed.Comment #13
yasComment #16
yasComment #17
yas