You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2021/04/20 15:51:00 UTC

[jira] [Resolved] (ISIS-2562) SecMan: New User modal dialog ... selected inital role has no label only icon

     [ https://issues.apache.org/jira/browse/ISIS-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2562.
------------------------------
    Resolution: Fixed

Turns out we needed 6 mixins (3 for JDO and 3 for JPA) on this ApplicationUserManager VM to make this work, such that the framework recognizes the concrete entity types involved both with the 'new user' action dialogs and the all-users collection.

The missing label issue originates simply from the fact, that we used interfaces instead of the concrete entity types, which do not have all the meta-data needed to derive correct UI behavior. I think especially missing information what category (bean sort) these interfaces are placeholders for.

> SecMan: New User modal dialog ... selected inital role has no label only icon
> -----------------------------------------------------------------------------
>
>                 Key: ISIS-2562
>                 URL: https://issues.apache.org/jira/browse/ISIS-2562
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis Viewer Wicket
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M6
>
>
> At least the icon has a tooltip, so one can figure out what object it is. 
> Not sure yet, whether a SecMan or Wicket issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)