Reviewed: https://review.openstack.org/337703 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e5057c6584f0b348f6dd00b6b315468392f1a7c2 Submitter: Jenkins Branch: master
commit e5057c6584f0b348f6dd00b6b315468392f1a7c2 Author: Timur Sufiev <[email protected]> Date: Tue Jul 26 20:20:43 2016 +0300 Correcting form_invalid get_context_data call This change corrects a bug where the form_invalid call was not calling the correct instance of get_context_data. Co-Authored-By: Timur Sufiev <[email protected]> Closes-bug: #1598302 Change-Id: I5391e86dc85c48a601d6417fd7cd1ecf007b7196 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1598302 Title: failed forms are not calling correct context data Status in OpenStack Dashboard (Horizon): Fix Released Bug description: The base form class has a form_invalid implementation. This class calls the super get context data, which then makes it so my form does not have the context data I would normally expect to have. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1598302/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

