Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Management] API improvements #546

Open
3 of 4 tasks
markus-moser opened this issue Nov 11, 2024 · 0 comments
Open
3 of 4 tasks

[User Management] API improvements #546

markus-moser opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@markus-moser
Copy link

markus-moser commented Nov 11, 2024

  • Add a fulltext search query parameter to the /api/users/tree endpoint. We need this for our search field in the frontend.
    Search for firstname, lastname, email, id like https://github.com/pimcore/admin-ui-classic-bundle/blob/1.x/src/Controller/Admin/UserController.php#L932
    Will be a new user/search endpoint.

  • Add the user references/dependencies to the detail endpoint. We need this for our "This user is referenced in the following objects" tab:
    Image
    It should be the same data like in the objectDependencies attribute of our user detail endpoint from the classic bundle (hasHidden flag + dependencies):
    Image

  • Updating the keyBindings currently produces an error. We send the data the same way like we receive it from the get endpoint:
    Image

  • For a user without permissions (directly after creating a new one) we currently get a permission array with one single empty string as entry. Please change it to an empty array:
    Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants