From f2f8f226698933a486e85adba4d1ce8f466dcf39 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 4 Feb 2009 22:07:50 +0000 Subject: [PATCH] When data is successfully saved from the edit user preferences form, make it redraw the Dashboard, instead of the shortcut. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Shortcut.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e8188de8f..0f6a52ed5 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -19,6 +19,7 @@ - fixed #9638: Survey - Submit of survey creates new demo - fixed #9669: Folder: synopsis var of a subfolder broken - fixed #9658: gallery advanced search dates do not work + - fixed #8965: Dashboard update profile url wrong 7.6.10 - fixed #9577: WebGUI::Form::Url::getValue returns blank rather than undef for blank fields diff --git a/lib/WebGUI/Asset/Shortcut.pm b/lib/WebGUI/Asset/Shortcut.pm index 9ce487f65..338c77c10 100644 --- a/lib/WebGUI/Asset/Shortcut.pm +++ b/lib/WebGUI/Asset/Shortcut.pm @@ -856,7 +856,7 @@ sub www_saveUserPrefs { } $u->profileField($field->getId,$data{$field->getId}); } - return $self->www_view; + return $self->getParent->www_view; } #-------------------------------------------------------------------