mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Merge branch 'support/2.7' into support/3.0
# Conflicts: # datamodels/2.x/itop-oauth-client/src/Service/PopupMenuExtension.php
This commit is contained in:
@@ -77,11 +77,10 @@ const oOpenSignInWindow = function (url, name) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const OAuthConnect = function(sClass, sId, sAjaxUri, sReturnUri) {
|
const OAuthConnect = function(sClass, sId, sAjaxUri) {
|
||||||
sOAuthAjaxURI = sAjaxUri;
|
sOAuthAjaxURI = sAjaxUri;
|
||||||
sOAuthObjClass = sClass;
|
sOAuthObjClass = sClass;
|
||||||
sOAuthObjKey = sId;
|
sOAuthObjKey = sId;
|
||||||
sOAuthReturnURI = sReturnUri;
|
|
||||||
|
|
||||||
$.post(
|
$.post(
|
||||||
sOAuthAjaxURI,
|
sOAuthAjaxURI,
|
||||||
|
|||||||
Reference in New Issue
Block a user