fixed: edit branch can't update URLs on most assets
This commit is contained in:
parent
d99b77c70a
commit
3b874ad540
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue