When data is successfully saved from the edit user preferences form, make it
redraw the Dashboard, instead of the shortcut.
This commit is contained in:
parent
2c6717d508
commit
f2f8f22669
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -856,7 +856,7 @@ sub www_saveUserPrefs {
|
|||
}
|
||||
$u->profileField($field->getId,$data{$field->getId});
|
||||
}
|
||||
return $self->www_view;
|
||||
return $self->getParent->www_view;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue