Loading

admin/core/theme edit button

7 posts / 0 new
Last post
Offline
Joined: 11/21/2011
admin/core/theme edit button

Edit button in extjs grid either on custom or default opens a "new template" (empty fields) dialog not an "edit selected" dialog

Offline
Joined: 10/12/2010

Can't reproduce. Did you select some theme before pressing edit button?

What version of Axis do you use?

Offline
Joined: 11/21/2011

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

Offline
Joined: 10/12/2010

When you press the edit button, does loading spinner shows up? I want to know is the request sended to the server.

Offline
Joined: 11/21/2011

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

Offline
Joined: 10/12/2010

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...

Offline
Joined: 11/21/2011

Thanks. That was a very quick fix!