PMCORE-3041: PMCORE-3041: List of different PO labels from Version PMCORE_3.6.3 against version PMCORE_3.3.0
This commit is contained in:
@@ -109,6 +109,7 @@ export default {
|
|||||||
credentials = window.config.SYS_CREDENTIALS,
|
credentials = window.config.SYS_CREDENTIALS,
|
||||||
workspace = window.config.SYS_WORKSPACE,
|
workspace = window.config.SYS_WORKSPACE,
|
||||||
server = window.config.SYS_SERVER_API,
|
server = window.config.SYS_SERVER_API,
|
||||||
|
lang = window.config.SYS_LANG,
|
||||||
method = options.method || "get";
|
method = options.method || "get";
|
||||||
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
||||||
|
|
||||||
@@ -119,7 +120,8 @@ export default {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -130,6 +132,7 @@ export default {
|
|||||||
url,
|
url,
|
||||||
credentials = window.config.SYS_CREDENTIALS,
|
credentials = window.config.SYS_CREDENTIALS,
|
||||||
workspace = window.config.SYS_WORKSPACE,
|
workspace = window.config.SYS_WORKSPACE,
|
||||||
|
lang = window.config.SYS_LANG,
|
||||||
server = window.config.SYS_SERVER_API;
|
server = window.config.SYS_SERVER_API;
|
||||||
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
||||||
|
|
||||||
@@ -140,7 +143,8 @@ export default {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -152,6 +156,7 @@ export default {
|
|||||||
url,
|
url,
|
||||||
credentials = window.config.SYS_CREDENTIALS,
|
credentials = window.config.SYS_CREDENTIALS,
|
||||||
workspace = window.config.SYS_WORKSPACE,
|
workspace = window.config.SYS_WORKSPACE,
|
||||||
|
lang = window.config.SYS_LANG,
|
||||||
server = window.config.SYS_SERVER_API;
|
server = window.config.SYS_SERVER_API;
|
||||||
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
||||||
|
|
||||||
@@ -163,7 +168,8 @@ export default {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -175,6 +181,7 @@ export default {
|
|||||||
url,
|
url,
|
||||||
credentials = window.config.SYS_CREDENTIALS,
|
credentials = window.config.SYS_CREDENTIALS,
|
||||||
workspace = window.config.SYS_WORKSPACE,
|
workspace = window.config.SYS_WORKSPACE,
|
||||||
|
lang = window.config.SYS_LANG,
|
||||||
server = window.config.SYS_SERVER_API;
|
server = window.config.SYS_SERVER_API;
|
||||||
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
||||||
|
|
||||||
@@ -184,7 +191,8 @@ export default {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -197,6 +205,7 @@ export default {
|
|||||||
url,
|
url,
|
||||||
credentials = window.config.SYS_CREDENTIALS,
|
credentials = window.config.SYS_CREDENTIALS,
|
||||||
workspace = window.config.SYS_WORKSPACE,
|
workspace = window.config.SYS_WORKSPACE,
|
||||||
|
lang = window.config.SYS_LANG,
|
||||||
server = window.config.SYS_SERVER_API;
|
server = window.config.SYS_SERVER_API;
|
||||||
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
url = this.getUrl(_.extend(keys, credentials, { server }, { workspace }), service);
|
||||||
|
|
||||||
@@ -208,7 +217,8 @@ export default {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,7 +107,8 @@ export let cases = {
|
|||||||
window.config.SYS_WORKSPACE +
|
window.config.SYS_WORKSPACE +
|
||||||
'/home/' + data.APP_NUMBER + '/pending-tasks', {
|
'/home/' + data.APP_NUMBER + '/pending-tasks', {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken
|
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken,
|
||||||
|
"Accept-Language": window.config.SYS_LANG
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -238,7 +239,8 @@ export let casesHeader = {
|
|||||||
window.config.SYS_WORKSPACE +
|
window.config.SYS_WORKSPACE +
|
||||||
'/home/counters', {
|
'/home/counters', {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken
|
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken,
|
||||||
|
"Accept-Language": window.config.SYS_LANG
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ export let menu = {
|
|||||||
window.config.SYS_WORKSPACE +
|
window.config.SYS_WORKSPACE +
|
||||||
'/home/menu', {
|
'/home/menu', {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken
|
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken,
|
||||||
|
"Accept-Language": window.config.SYS_LANG
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -20,7 +21,8 @@ export let menu = {
|
|||||||
window.config.SYS_WORKSPACE +
|
window.config.SYS_WORKSPACE +
|
||||||
'/home/tasks/counter', {
|
'/home/tasks/counter', {
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken
|
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken,
|
||||||
|
"Accept-Language": window.config.SYS_LANG
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user