https://github.com/ging/horizon
Revision 753ebd673c164cc0469a3de1b9ce40fefe92e99b authored by Gabriel Hurley on 14 March 2012, 00:27:18 UTC, committed by Gabriel Hurley on 14 March 2012, 00:44:07 UTC
This fixes the problem of having to "hide" the update action
in the row's actions column. Fixes bug 948397.

Additionally, added some protection for spillover between
the attrs dictionary on action instances. Fixes bug 954592.

FWIW, the code involved in the AJAX updating is largely identical,
it's just been moved from Action to Row and had few data accessors
renamed to account for the differing relation to Table and Row.
This also allowed the javascript to be significantly cleaner.

Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a
1 parent f7c0dd2
Raw File
Tip revision: 753ebd673c164cc0469a3de1b9ce40fefe92e99b authored by Gabriel Hurley on 14 March 2012, 00:27:18 UTC
Moved ajax updating from Action to Row.
Tip revision: 753ebd6
MANIFEST.in
recursive-include docs *.py *.rst *.css *.js *.html *.conf
recursive-include horizon *.html *.js *.csv *.template *.mo *.po
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
recursive-include tools *.py *.sh

include AUTHORS
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include docs/Makefile
include docs/source/_templates/.placeholder
include tools/pip-requires
include tools/test-requires

exclude openstack_dashboard/local/local_settings.py
back to top