mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #825] [MERGED] app: create group attribute schema page #975
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#975
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/825
Author: @pixelrazor
Created: 2/1/2024
Status: ✅ Merged
Merged: 2/1/2024
Merged by: @pixelrazor
Base:
main← Head:group-table📝 Commits (4)
90e52ceapp: create group attribute schema pagec11af6ffmt0373b8dfeedback2c4d11bclippy fixes📊 Changes
11 files changed (+593 additions, -13 deletions)
View changed files
➕
app/queries/create_group_attribute.graphql(+5 -0)➕
app/queries/delete_group_attribute.graphql(+5 -0)➕
app/queries/get_group_attributes_schema.graphql(+13 -0)📝
app/src/components/app.rs(+16 -0)➕
app/src/components/create_group_attribute.rs(+168 -0)📝
app/src/components/create_user_attribute.rs(+2 -13)➕
app/src/components/delete_group_attribute.rs(+172 -0)➕
app/src/components/group_schema_table.rs(+198 -0)📝
app/src/components/mod.rs(+3 -0)📝
app/src/components/router.rs(+4 -0)📝
app/src/infra/schema.rs(+7 -0)📄 Description
For #67
Mostly copy and paste of the user table. There's probably some common code here, but i opted to copy and try to share more code when these components are refactored with function components and/or better forms.
Also, i'm not sure what happened, but the name and type form fields on the user attribute form for messed up, so that is corrected here
EDIT: I swear the dropdown for type was in my screenshot... oh well
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.