Description of problem: Drilling into a broker link and selecting add route reveals a templating error, displayed in the attached screen shot. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Set up a Cumin instance with Messaging enabled (modify the peronsa: and datas: values in cumin.conf for Messaging. This is the default in current releases.) 2. Go to Messaging->select broker->Links and click "Add broker link". Create some fake link. 3. Drill into the link created and select the "Add route" task. Actual results: The {field_help} and {errors} template components will be displayed. This is an indication that the underlying widget has no corresponding render routines or attributes. Expected results: These template components should not be displayed. Either the template should be modified, or the widget should be corrected to contain the expected elements. Additional info:
Created attachment 568050 [details] Screen shot showing the rendering error
Fixed on trunk revision 5426. Neither {errors} nor {field_help} are needed on this form.
Reproduced RHEL 6 x86_64 cumin-0.1.5444-3 Verified RHEL 5/6 i386/x86_64 cumin-0.1.5675-1 --> VERIFIED