-
Notifications
You must be signed in to change notification settings - Fork 54
fix(adp): Problems with login in the Replace OData Service change editor. #3846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…does not succeed.
🦋 Changeset detectedLatest commit: 6c5c55e The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…m the lrep service not from the provider instance.
mmilko01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changeset OK
Changes look good
Excellent test coverage
Did not test manually
|
IvoSG
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good
Good test coverage
Did not test manually



#3845
undefinedas a text in the label, this PR fixes the initialization issue and removes some dead-code.getUI5SystemVersionapi call to check if the user is logged in. Recently the version api has changed and is now public so the api always returns status 200. From now on we start to rely on thegetSystemInfoapi call to verify if user is logged in since the api is a protected one. We needed to adjust the stub method getSystemInfo to throw any errors from the actual api call, prior this PR the errors were hidden and just being logged in.Testing done: