Description of problem:after https://bugzilla.redhat.com/show_bug.cgi?id=1477037 when one add Customization Template without Description - UI shows 'Customization Template "" was saved' Version-Release number of selected component (if applicable):5.9.0.10 How reproducible:100% Steps to Reproduce: 1.add Customization Template w/o Desctiption Actual results: wrong flash message Expected results: Customization Template "<Name>" was saved
https://github.com/ManageIQ/manageiq-ui-classic/pull/2876
NOTE: Code fix will display either Template Name or Description in action confirmation message depending on whether Template Description exists or not. If no Template Description is available, default to Template Name display. This matches how rest of the application works.
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/0b0472dbe0ab35bacddb008ae1c2e0901b0de3aa commit 0b0472dbe0ab35bacddb008ae1c2e0901b0de3aa Author: Greg Piatigorski <gpiatigo> AuthorDate: Wed Nov 29 14:01:28 2017 -0800 Commit: Greg Piatigorski <gpiatigo> CommitDate: Thu Nov 30 13:36:20 2017 -0800 Display Name/Description in confirmation messages for PXE Custom Templates https://bugzilla.redhat.com/show_bug.cgi?id=1517951 app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)