Merge
This commit is contained in:
commit
ec7cb965f9
2 changed files with 33 additions and 9 deletions
|
@ -331,7 +331,8 @@ namespace WebsitePanel.Portal.ProviderControls
|
|||
return HostModule.EditUrl("ItemID", PanelRequest.ItemID.ToString(), ctrlKey,
|
||||
"Name=" + name,
|
||||
PortalUtils.SPACE_ID_PARAM + "=" + int.Parse(Request.QueryString["ServiceID"]),
|
||||
"ReturnUrlBase64="+ EncodeTo64(Server.UrlEncode(Request.Url.PathAndQuery))
|
||||
"ReturnUrlBase64="+ EncodeTo64(Server.UrlEncode(Request.Url.PathAndQuery)),
|
||||
"UserID="+PanelSecurity.LoggedUserId.ToString()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue