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
|
|
@ -674,11 +674,6 @@ sub processPropertiesFromFormPost {
|
|||
} );
|
||||
}
|
||||
|
||||
# Fix URLs
|
||||
$self->update( {
|
||||
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
|
||||
} );
|
||||
|
||||
$self->requestAutoCommit;
|
||||
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -649,10 +649,6 @@ sub processPropertiesFromFormPost {
|
|||
return $errors if @$errors;
|
||||
|
||||
### Passes all checks
|
||||
# Fix URLs
|
||||
$self->update( {
|
||||
url => $self->getParent->get( "url" ) . '/' . $self->session->url->urlize( $self->get( "menuTitle" ) )
|
||||
} );
|
||||
|
||||
$self->requestAutoCommit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue