Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@edewit
Copy link
Contributor

@edewit edewit commented Jul 18, 2024

You can now specify which fields are displayed in the list by implementing:

    @Override
    public Map<String, Object> getTypeMetadata() {
        Map<String, Object> metaData = new HashMap<>();
        metaData.put("displayFields", List.of("name", "prio"));
        return metaData;
    }

This will show only name and prio and use the first field (e.g. name) on the detail screen

see: #24805
Signed-off-by: Erik Jan de Wit [email protected]

see: keycloak#24805
Signed-off-by: Erik Jan de Wit <[email protected]>
@edewit edewit requested a review from a team as a code owner July 18, 2024 12:56
@edewit edewit self-assigned this Jul 18, 2024
@edewit edewit merged commit 83f8622 into keycloak:main Jul 25, 2024
stianst pushed a commit to stianst/keycloak that referenced this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants