removed fixUrl workaround for Gallery. added AssetManager to WebGUI.conf.original
This commit is contained in:
parent
6bee83de68
commit
f50f09756a
3 changed files with 1 additions and 9 deletions
|
|
@ -474,6 +474,7 @@
|
||||||
"contentHandlers" : [
|
"contentHandlers" : [
|
||||||
"WebGUI::Content::Prefetch",
|
"WebGUI::Content::Prefetch",
|
||||||
"WebGUI::Content::Maintenance",
|
"WebGUI::Content::Maintenance",
|
||||||
|
"WebGUI::Content::AssetManager",
|
||||||
"WebGUI::Content::Operation",
|
"WebGUI::Content::Operation",
|
||||||
"WebGUI::Content::Setup",
|
"WebGUI::Content::Setup",
|
||||||
"WebGUI::Content::Shop",
|
"WebGUI::Content::Shop",
|
||||||
|
|
|
||||||
|
|
@ -674,11 +674,6 @@ sub processPropertiesFromFormPost {
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fix URLs
|
|
||||||
$self->update( {
|
|
||||||
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
|
|
||||||
} );
|
|
||||||
|
|
||||||
$self->requestAutoCommit;
|
$self->requestAutoCommit;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -649,10 +649,6 @@ sub processPropertiesFromFormPost {
|
||||||
return $errors if @$errors;
|
return $errors if @$errors;
|
||||||
|
|
||||||
### Passes all checks
|
### Passes all checks
|
||||||
# Fix URLs
|
|
||||||
$self->update( {
|
|
||||||
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
|
|
||||||
} );
|
|
||||||
|
|
||||||
$self->requestAutoCommit;
|
$self->requestAutoCommit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue