[PR #1013] [MERGED] app: Allow custom attributes in group creation #1072

Closed
opened 2026-02-27 09:10:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1013
Author: @nitnelave
Created: 10/28/2024
Status: Merged
Merged: 10/28/2024
Merged by: @nitnelave

Base: mainHead: group_new


📝 Commits (1)

  • d9f8bca app: Allow custom attributes in group creation

📊 Changes

7 files changed (+145 additions, -29 deletions)

View changed files

📝 app/queries/create_group.graphql (+2 -2)
📝 app/queries/get_group_attributes_schema.graphql (+1 -0)
📝 app/src/components/create_group.rs (+118 -12)
📝 app/src/components/create_user.rs (+7 -4)
📝 app/src/components/group_details_form.rs (+3 -3)
📝 app/src/components/user_details_form.rs (+3 -3)
📝 app/src/infra/form_utils.rs (+11 -5)

📄 Description

See #67


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/1013 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `group_new` --- ### 📝 Commits (1) - [`d9f8bca`](https://github.com/lldap/lldap/commit/d9f8bca5e1ad41b0db773b062c4aa05ddc665e73) app: Allow custom attributes in group creation ### 📊 Changes **7 files changed** (+145 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/queries/create_group.graphql` (+2 -2) 📝 `app/queries/get_group_attributes_schema.graphql` (+1 -0) 📝 `app/src/components/create_group.rs` (+118 -12) 📝 `app/src/components/create_user.rs` (+7 -4) 📝 `app/src/components/group_details_form.rs` (+3 -3) 📝 `app/src/components/user_details_form.rs` (+3 -3) 📝 `app/src/infra/form_utils.rs` (+11 -5) </details> ### 📄 Description See #67 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#1072
No description provided.