fixed: edit branch can't update URLs on most assets

This commit is contained in:
Graham Knop 2008-06-11 14:14:36 +00:00
parent d99b77c70a
commit 3b874ad540
2 changed files with 2 additions and 0 deletions

View file

@ -282,6 +282,7 @@ sub www_editBranchSave {
} else {
$data{url} .= $descendant->get("url");
}
$wobjectData{url} = $data{url};
}
my $newData = $descendant->isa('WebGUI::Asset::Wobject') ? \%wobjectData : \%data;
next