You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the second case is tricky. In ZABAPLINT_DEPENDENCIES there is no HTML GUI involved and therefore the raise_login exception won't be redirected to the HTML form. I think this requires a bit of a rewrite to capture the login details (user/password) upfront, set them in the login manager, and then run the dependency check (zcl_abaplint_deps_git->run). Hmm...
The text was updated successfully, but these errors were encountered:
The password popup is referenced in two places:
ZABAPLINT_CONFIG
ZABAPLINT_DEPENDENCIES
It seems the first can be removed completely:
However, the second case is tricky. In
ZABAPLINT_DEPENDENCIES
there is no HTML GUI involved and therefore theraise_login
exception won't be redirected to the HTML form. I think this requires a bit of a rewrite to capture the login details (user/password) upfront, set them in the login manager, and then run the dependency check (zcl_abaplint_deps_git->run
). Hmm...The text was updated successfully, but these errors were encountered: