Issue #5809 has been updated by James Turnbull. Target version set to 1.2
---------------------------------------- Bug #5809: Dashboard should work regardless of version of i18n gem installed https://projects.puppetlabs.com/issues/5809 Author: Matt Robinson Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: Uninstalling the i18n gem fixes this, but having it on your system If you have the most recent version of the i18n gem installed (0.5.0) then you get the following test errors: 1) 'NodeGroup when including groups by name should not allow a group to include itself' FAILED expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to include "Validation failed: Creating a dependency from group 'A' to itself creates a cycle" ./spec/models/node_group_spec.rb:95: 2) 'NodeGroup when including groups by name should not allow a cycle to be formed' FAILED expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to include "Validation failed: Creating a dependency from group 'A' to group 'B' creates a cycle" ./spec/models/node_group_spec.rb:105: 3) 'NodeGroup when including groups by id should not allow a group to include itself' FAILED expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to include "Validation failed: Creating a dependency from group 'A' to itself creates a cycle" ./spec/models/node_group_spec.rb:62: 4) 'NodeGroup when including groups by id should not allow a cycle to be formed' FAILED expected ["Validation failed: {{errors}}", "Validation failed: {{errors}}"] to include "Validation failed: Creating a dependency from group 'A' to group 'B' creates a cycle" ./spec/models/node_group_spec.rb:72: -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
