mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1224] [MERGED] app: simplify attribute_type handling, display creation time in user details #1189
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#1189
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/1224
Author: @nitnelave
Created: 7/21/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @nitnelave
Base:
main← Head:attribute_type📝 Commits (1)
db528aeapp: simplify attribute_type handling, display creation time in user details📊 Changes
12 files changed (+58 additions, -104 deletions)
View changed files
📝
app/src/components/create_group.rs(+4 -6)📝
app/src/components/create_group_attribute.rs(+5 -6)📝
app/src/components/create_user.rs(+4 -6)📝
app/src/components/create_user_attribute.rs(+5 -6)📝
app/src/components/form/attribute_input.rs(+5 -5)📝
app/src/components/group_details.rs(+3 -5)📝
app/src/components/group_details_form.rs(+2 -3)📝
app/src/components/group_schema_table.rs(+3 -5)📝
app/src/components/user_details.rs(+3 -5)📝
app/src/components/user_details_form.rs(+14 -3)📝
app/src/components/user_schema_table.rs(+3 -5)📝
app/src/infra/schema.rs(+7 -49)📄 Description
In the user table it's still only the date, but that makes sense for an overview
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.