Revert "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"
... committeed too much stuff. ack
This reverts commit c19c3503d4.
This commit is contained in:
parent
c19c3503d4
commit
9d047a788d
5 changed files with 13 additions and 26 deletions
|
|
@ -48,18 +48,18 @@ builder {
|
|||
# enable_if { $_[0]->{'webgui.debug'} } 'StackTrace';
|
||||
enable_if { $_[0]->{'webgui.debug'} } '+WebGUI::Middleware::StackTrace';
|
||||
|
||||
# enable_if { $_[0]->{'webgui.debug'} } 'Debug', panels => [
|
||||
# 'Timer',
|
||||
# 'Memory',
|
||||
# 'Session',
|
||||
# 'Parameters',
|
||||
# 'PerlConfig',
|
||||
# [ 'MySQLTrace', skip_packages => qr/\AWebGUI::SQL(?:\z|::)/ ],
|
||||
# 'Response',
|
||||
# 'Logger',
|
||||
# ];
|
||||
# enable_if { $_[0]->{'webgui.debug'} } '+WebGUI::Middleware::Debug::Environment';
|
||||
# enable_if { $_[0]->{'webgui.debug'} } '+WebGUI::Middleware::Debug::Performance';
|
||||
enable_if { $_[0]->{'webgui.debug'} } 'Debug', panels => [
|
||||
'Timer',
|
||||
'Memory',
|
||||
'Session',
|
||||
'Parameters',
|
||||
'PerlConfig',
|
||||
[ 'MySQLTrace', skip_packages => qr/\AWebGUI::SQL(?:\z|::)/ ],
|
||||
'Response',
|
||||
'Logger',
|
||||
];
|
||||
enable_if { $_[0]->{'webgui.debug'} } '+WebGUI::Middleware::Debug::Environment';
|
||||
enable_if { $_[0]->{'webgui.debug'} } '+WebGUI::Middleware::Debug::Performance';
|
||||
|
||||
# This one uses the Session object, so it comes after WebGUI::Middleware::Session
|
||||
mount $config->get('uploadsURL') => builder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue