Comment 4 for bug 1393727

Revision history for this message
Alan Fung (alanfung) wrote :

Hi Rob,

Thanks for clarifying.

You are correct about the inconsistency issue between the following the templates:

/openstack_dashboard/dashboards/admin/images/templates/images/_create.html
/openstack_dashboard/dashboards/project/images/templates/images/_create.html

For the issue described here, we can change "ng_controller" for the element "#create_image_form" from "DummyCtrl" to "ImageFormCtrl".

This actually fixes the issue where the effect of https://bugs.launchpad.net/horizon/+bug/1324192 is not applied to the admin version as well.

I attached a patch as a suggestion. Perhaps an additional bug should be created to address the inconsistency between the two forms.