[PR #2400] [MERGED] Fix account alias on legacy interface #2544

Closed
opened 2026-02-27 12:11:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2400
Author: @fpoulain
Created: 11/6/2021
Status: Merged
Merged: 11/10/2021
Merged by: @tonioo

Base: masterHead: fix_account_alias


📝 Commits (3)

  • 54d9a91 Test case for account creation on preexisting alias
  • 1931abf Fix account creation on preexisting alias
  • 626eb6a Fix voiding of preexisting recipients

📊 Changes

3 files changed (+29 additions, -6 deletions)

View changed files

📝 modoboa/admin/forms/account.py (+6 -4)
📝 modoboa/admin/models/alias.py (+7 -2)
📝 modoboa/admin/tests/test_account.py (+16 -0)

📄 Description

Description of the issue/feature this PR addresses:
#2399

Current behavior before PR:

  • Exception and failure during account creation or update.

Desired behavior after PR is merged:

  • No failure.
  • Extension of the recipients of the Alias in order to record the account.

Fix #2399.


🔄 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/modoboa/modoboa/pull/2400 **Author:** [@fpoulain](https://github.com/fpoulain) **Created:** 11/6/2021 **Status:** ✅ Merged **Merged:** 11/10/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `fix_account_alias` --- ### 📝 Commits (3) - [`54d9a91`](https://github.com/modoboa/modoboa/commit/54d9a91610b5d1558eba0b805d6e16393f937b28) Test case for account creation on preexisting alias - [`1931abf`](https://github.com/modoboa/modoboa/commit/1931abf85758f9d7ab08da7430d414863e3676f5) Fix account creation on preexisting alias - [`626eb6a`](https://github.com/modoboa/modoboa/commit/626eb6ab96affe24c1e9923e3bca983ffa6ce7c0) Fix voiding of preexisting recipients ### 📊 Changes **3 files changed** (+29 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/forms/account.py` (+6 -4) 📝 `modoboa/admin/models/alias.py` (+7 -2) 📝 `modoboa/admin/tests/test_account.py` (+16 -0) </details> ### 📄 Description Description of the issue/feature this PR addresses: #2399 Current behavior before PR: - Exception and failure during account creation or update. Desired behavior after PR is merged: - No failure. - Extension of the recipients of the Alias in order to record the account. Fix #2399. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:34 +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/modoboa-modoboa#2544
No description provided.