commit | b2942496f6c06205b0a92a0d99ad9d29dca9ff4e | [log] [tgz] |
---|---|---|
author | Thomas Dräbing <thomas.draebing@sap.com> | Mon Dec 18 15:05:32 2023 +0100 |
committer | Thomas Dräbing <thomas.draebing@sap.com> | Mon Dec 18 15:08:01 2023 +0100 |
tree | b732c6794648b4fdf6f450c2ef47e2f6a543d615 | |
parent | 6acb3c17937cae47f6bada6735fdc847ee2bc66a [diff] |
Fix promise chaining when loading serviceuser details screen Sometimes generating a HTTP password could seem to be stuck. In such cases the request was never sent because the pluginRestApi object was null. This happened, because the relevant permission check was done too late due to improper promise chaining. Change-Id: I620525f520c62271cfc2009c477d8f2f07ade75a