webgui/www/extras/admin
Scott Walters a72f61dffb WebGUI::Asset->getHelpers entries specifiying a url field were breaking the Tree view when selected from the drop down.
WebGUI.Admin.prototype.getHelperHandler was using gotoAsset(), which calls tree.goto(), which mangles the URL into being a request for
the data needed to draw the Tree view of that asset, or tries to.  that works fine when navigating to an asset, but foo?func=edit is
not an asset, and the mangled URL is garbled.  all of the urls (okay, the one attached to the 'edit' and 'view' entries) aren't
trying to direct the admin to an asset but instead are trying to direct it to an admin screen, which, again, cannot be shown in the
data table in Tree view.  so edit and view were fixed by changing that to instead do a showView(), which flops over to the View mode
and then loads the URL without trying to mangle it.
at this point, nothing is blowing up in Doug's JS admin when testing the asset helper menu items in View or Tree mode, though
there are still some problems.
2013-09-27 00:44:59 -05:00
..
admin.css try to make Tree view prettier 2011-03-25 15:15:23 -05:00
admin.js WebGUI::Asset->getHelpers entries specifiying a url field were breaking the Tree view when selected from the drop down. 2013-09-27 00:44:59 -05:00
layout.js when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI -- and this time doing the same for the drag and drop bar 2013-09-12 13:32:29 -05:00
toolbar.js when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI -- and this time doing the same for the drag and drop bar 2013-09-12 13:32:29 -05:00