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

feat(admin): Make folder type editable in admin and support dot in fo… #14

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

MohmdFo
Copy link
Contributor

@MohmdFo MohmdFo commented Aug 22, 2024

…lder names

Updated the Mailbox admin configuration to make the folder_type field editable directly from the admin interface, improving the usability for administrators managing mailbox configurations.

Additionally, modified the FolderNameValidator to support dots (.) in folder names. This enhancement allows more flexibility in naming conventions while maintaining the existing validation rules (length and character restrictions).

closes #13.

…lder names

Updated the Mailbox admin configuration to make the `folder_type` field editable directly from the admin interface, improving the usability for administrators managing mailbox configurations.

Additionally, modified the `FolderNameValidator` to support dots (`.`) in folder names. This enhancement allows more flexibility in naming conventions while maintaining the existing validation rules (length and character restrictions).

closes sageteamorg#13.
@sepehr-akbarzadeh sepehr-akbarzadeh merged commit 01316c1 into sageteamorg:main Sep 8, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make folder_type Editable in Mailbox Admin Interface
2 participants