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

@ -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

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