Edit button in extjs grid either on custom or default opens a "new template" (empty fields) dialog not an "edit selected" dialog
Edit button in extjs grid either on custom or default opens a "new template" (empty fields) dialog not an "edit selected" dialog
Can't reproduce. Did you select some theme before pressing edit button?
What version of Axis do you use?
Hi,
i'm using 0.8.6. opera 11.61 linux 64bit
http://feliksweb.com/axis-086-admin-core-theme.png
i have the same result with chrome and ff.
Regards,
Maks
When you press the edit button, does loading spinner shows up? I want to know is the request sended to the server.
Hello,
here's firebug output
http://feliksweb.com/axis-086-admin-core-theme-firebug.png
axis is installed in /086 subdir...seems like the edit button is calling "http://axis.bsd/admin/core/theme/load" instead of "http://axis.bsd/086/admin/core/theme/load"
i also have 0.8.5.1 version in subdir 0851. 0.8.5.1 opens edit extjs window correctly.
Regards,
Maks
Thanks. Trailing slash in the end of the url and new rewrite rules makes this bug since 0.8.6.
Here is the patch: https://github.com/axis/axiscommerce/commit/7a024f0ebcdf7c9066e39daf6da3...
Thanks. That was a very quick fix!