[PR #985] [MERGED] app: Clean up code, don't error on admin empty email #1054

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

📋 Pull Request Information

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

Base: mainHead: admin_email


📝 Commits (1)

  • bf6700d app: Clean up code, don't error on admin empty email

📊 Changes

6 files changed (+144 additions, -152 deletions)

View changed files

📝 app/src/components/create_user.rs (+30 -58)
📝 app/src/components/user_details.rs (+16 -1)
📝 app/src/components/user_details_form.rs (+32 -93)
app/src/infra/form_utils.rs (+64 -0)
📝 app/src/infra/mod.rs (+1 -0)
📝 server/src/infra/graphql/mutation.rs (+1 -0)

📄 Description

No description provided


🔄 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/985 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/5/2024 **Status:** ✅ Merged **Merged:** 10/5/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `admin_email` --- ### 📝 Commits (1) - [`bf6700d`](https://github.com/lldap/lldap/commit/bf6700dadac8d5e74a551380c2c6b41b87ef38b7) app: Clean up code, don't error on admin empty email ### 📊 Changes **6 files changed** (+144 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/create_user.rs` (+30 -58) 📝 `app/src/components/user_details.rs` (+16 -1) 📝 `app/src/components/user_details_form.rs` (+32 -93) ➕ `app/src/infra/form_utils.rs` (+64 -0) 📝 `app/src/infra/mod.rs` (+1 -0) 📝 `server/src/infra/graphql/mutation.rs` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:44 +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#1054
No description provided.