@sap-ux/odata-service-inquirer 2.5.10 → 2.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -850,6 +850,7 @@ class ConnectionValidator {
|
|
|
850
850
|
const valResult = this.getValidationResultFromStatusCode(status);
|
|
851
851
|
if (valResult === true) {
|
|
852
852
|
if (this.validity.authenticated === true) {
|
|
853
|
+
this._connectedUserName = username;
|
|
853
854
|
return { valResult: true };
|
|
854
855
|
}
|
|
855
856
|
else if (this.validity.authenticated === false) {
|
|
@@ -125,6 +125,7 @@ function updatePromptStateWithConnectedSystem(serviceProvider, selectedSystem, {
|
|
|
125
125
|
utils_1.PromptState.odataService.connectedSystem.backendSystem = Object.assign(backendSystem, {
|
|
126
126
|
username: username,
|
|
127
127
|
password,
|
|
128
|
+
userDisplayName: username,
|
|
128
129
|
newOrUpdated: true
|
|
129
130
|
});
|
|
130
131
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.11",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|