mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #260] [MERGED] Add UUID and creation date to the frontend #650
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#650
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/260
Author: @ivanizag
Created: 7/15/2022
Status: ✅ Merged
Merged: 7/21/2022
Merged by: @nitnelave
Base:
main← Head:main📝 Commits (4)
25647eaDisplay the creation date for groups1886201Display the UUID on the user and group details5de9c2eProper format3d17e86Test creationDate and uuid on the graphQL API📊 Changes
8 files changed (+88 additions, -3 deletions)
View changed files
📝
app/queries/get_group_details.graphql(+2 -0)📝
app/queries/get_group_list.graphql(+1 -0)📝
app/queries/get_user_details.graphql(+1 -0)📝
app/src/components/group_details.rs(+40 -1)📝
app/src/components/group_table.rs(+5 -1)📝
app/src/components/user_details_form.rs(+10 -0)📝
schema.graphql(+3 -0)📝
server/src/infra/graphql/query.rs(+26 -1)📄 Description
These changes implement #211.
To do this I have added read only fields to the group details view using the same format that the user detail view has.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.