Created attachment 1007494 [details] blank name Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create and orchestration template. Edit it. Make the name blank and save 2. 3. Actual results: Template with blank name gets created Expected results: Additional info: 5.4.0.0.14.20150325124454_9e339f3
Looks like we need a 'validates_presence_of' added to the model.
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/0187b83e46cf2de081b3ced372679abef6e6e25e commit 0187b83e46cf2de081b3ced372679abef6e6e25e Author: Bill Wei <bilwei> AuthorDate: Tue Mar 31 09:55:13 2015 -0400 Commit: Bill Wei <bilwei> CommitDate: Tue Mar 31 10:04:44 2015 -0400 validata presence of template name https://bugzilla.redhat.com/show_bug.cgi?id=1206729 vmdb/app/models/orchestration_template.rb | 1 + 1 file changed, 1 insertion(+)
Created attachment 1016451 [details] blank name required Fixed. Verified in 5.4.0.0.19.20150410165622_ad23806
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html