- fix: Uncommitted, new Assets BREAK Navigations
- fix: I get on the chewed page - fix: Bug in updateMetaData function in AssetMetaData.pm - fix: Problems with In/Out Board - fix: Alternate Apache Port breaks "Commit with Approval" - Rearranged the "Getting Started" page in the default content to make it easier to follow for noobs.
This commit is contained in:
parent
fcc81333d7
commit
ce50d2808b
8 changed files with 49 additions and 39 deletions
|
|
@ -118,7 +118,7 @@ sub toHtmlWithWrapper {
|
|||
my $template = WebGUI::Asset::Template->new($self->session,$self->get('value'));
|
||||
if (defined $template && $template->canEdit) {
|
||||
my $returnUrl;
|
||||
if (defined $self->session->asset && ref $self->session->asset eq "WebGUI::Asset::Template") {
|
||||
if (defined $self->session->asset && ref $self->session->asset ne "WebGUI::Asset::Template") {
|
||||
$returnUrl = ";proceed=goBackToPage;returnUrl=".$self->session->url->escape($self->session->asset->getUrl);
|
||||
}
|
||||
my $buttons = $self->session->icon->edit("func=edit".$returnUrl,$template->get("url"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue