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
|
|
@ -1,4 +1,5 @@
|
|||
7.5.11
|
||||
- fixed: edit branch can't update URLs on most assets
|
||||
- Replaced Cool Menus nav with a YUI Menu, which works and looks better.
|
||||
- Replaced dtree javascript with YUI TreeView.
|
||||
- fix: widget dialogues weren't opening correctly inside a widgetized
|
||||
|
|
|
|||
|
|
@ -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