Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ§‘β€πŸ’»(admin) add read-only fields to mailbox admin #632

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

mjeammet
Copy link
Member

Purpose

mark local_part and domain as read-only fields in admin, in order to prevent mistakes/temptation. For now, if an local part needs modification, you can simply delete/recreate the email you want. Changing the domain is a bigger operation that cannot be settled simply by changing it Django db.

Proposal

Description...

  • [] item 1...
  • [] item 2...

@mjeammet mjeammet force-pushed the mpj/admin-add-readonly branch from 9bcb8a4 to 7d6a327 Compare January 10, 2025 16:37
mark local_part and domain as read-only fields in admin,
in order to prevent mistakes/temptation. For now, if an local part
needs modification, you can simply delete/recreate the email you want.
Changing the domain is a bigger operation that cannot
be settled simply by changing it Django db.
@sdemagny sdemagny force-pushed the mpj/admin-add-readonly branch from 7d6a327 to d495ef3 Compare January 13, 2025 08:06
@sdemagny sdemagny merged commit d495ef3 into main Jan 13, 2025
20 checks passed
@sdemagny sdemagny deleted the mpj/admin-add-readonly branch January 13, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants