From ad7498c3fcd44300fe9b1607869a593c12e235d6 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 23 Mar 2020 17:06:38 -0400 Subject: [PATCH] Fix bugs related to Job Template labels and tags * Use default PF select toggle behavior * Fix label submit when no inventory provided --- .../FormActionGroup/FormActionGroup.jsx | 2 +- .../components/MultiSelect/TagMultiSelect.jsx | 4 ++-- .../Template/JobTemplateAdd/JobTemplateAdd.jsx | 16 +++++++++++++--- .../Template/JobTemplateEdit/JobTemplateEdit.jsx | 16 +++++++++++++--- .../src/screens/Template/shared/LabelSelect.jsx | 4 ++-- 5 files changed, 31 insertions(+), 11 deletions(-) diff --git a/awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx b/awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx index 67919b1376..6d3760d0b7 100644 --- a/awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx +++ b/awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx @@ -11,7 +11,7 @@ const FormActionGroup = ({ onSubmit, submitDisabled, onCancel, i18n }) => (