- fix [ 1378871 ] become this user doesn't work
- fix [ 1378909 ] (SVN 300) Unable to add user - fix [ 1323184 ] CS Submissions Not Sorting on multiple sites - fix [ 1378787 ] Unable to add new group to user
This commit is contained in:
parent
235f2929fd
commit
41bd852e24
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
- Converted all the max((assetData.)revisionDate) calls to use mysql5/(4.1)
|
- Converted all the max((assetData.)revisionDate) calls to use mysql5/(4.1)
|
||||||
nested queries.
|
nested queries.
|
||||||
- Added some more skeletons (newWobject, newAsset, changelog(!))
|
- Added some more skeletons (newWobject, newAsset, changelog(!))
|
||||||
|
- fix [ 1378871 ] become this user doesn't work
|
||||||
|
- fix [ 1378909 ] (SVN 300) Unable to add user
|
||||||
- fix [ 1323184 ] CS Submissions Not Sorting on multiple sites
|
- fix [ 1323184 ] CS Submissions Not Sorting on multiple sites
|
||||||
|
- fix [ 1378787 ] Unable to add new group to user
|
||||||
- fixed some major oversights in the new profile system.
|
- fixed some major oversights in the new profile system.
|
||||||
- Added macro to return the MIME type to a file, FetchMimeType.
|
- Added macro to return the MIME type to a file, FetchMimeType.
|
||||||
- fix [ 1378493 ] 6.7.8 collab post edits (images)
|
- fix [ 1378493 ] 6.7.8 collab post edits (images)
|
||||||
|
|
|
||||||
|
|
@ -159,8 +159,7 @@ sub getUserSearchForm {
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub www_becomeUser {
|
sub www_becomeUser {
|
||||||
return WebGUI::Privilege::adminOnly() unless (WebGUI::Grouping::isInGroup(3));
|
return WebGUI::Privilege::adminOnly() unless (WebGUI::Grouping::isInGroup(3));
|
||||||
WebGUI::Session::end($session{var}{sessionId});
|
WebGUI::Session::convertVisitorToUser($session{var}{sessionId},$session{form}{uid});
|
||||||
WebGUI::Session::start($session{form}{uid});
|
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue