Eike Löhden
Eike Löhden
I tested it in a local environment and it works perfectly. Thanks @alexandrevryghem !
It seems as `context.getAuthenticationMethod()` returns `null` for the ShibAuthentication in `AuthenticationMethod.java`: ```java public default boolean areSpecialGroupsApplicable(Context context, HttpServletRequest request) { return getName().equals(context.getAuthenticationMethod()); } ```
Perhaps I'm wrong here, but isn't this more of a UI-issue? If the correct license information is there, we would only have to modify the item-page.component to display the corresponding...
I was able to reproduce this bug while using Chromium (Linux), but it didn't occur in Firefox. Interesting fact: If I select the navigation by tapping `SPACE` it works.
I think the problem lies in the event handling of `keyup.enter` in Chrome. I changed the code in the `link-menu-item.component.html` to : ```ts {{item.text | translate}} ``` So the event...
Hej, Thanks for testing @Andrea-Guevara I'm sorry, I didn't react, I forgot about this. I'll open a PR.