mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #854] Adding an alias that points to another alias doesn't do anything (error) #757
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#757
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Znuff on GitHub (Mar 31, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/854
If you're trying to add an identity alias that points to another identity alias, the UI doesn't return anything. Pushing the "Create" button returns no feedback, no error.
The developer console, though, returns the following:
jquery.min.js:5 POST https://local.mail/admin/aliases/new/ 500 (INTERNAL SERVER ERROR) send @ jquery.min.js:5 ajax @ jquery.min.js:5 simple_ajax_form_post @ global.js:169 (anonymous function) @ admin.js:563 i @ jquery.min.js:3 dispatch @ jquery.min.js:3 v.handle @ jquery.min.js:3 VM854:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0@tonioo commented on GitHub (Mar 31, 2016):
Thanks for reporting, you found a bug :p
@mpirio commented on GitHub (Apr 6, 2016):
Hello,
Server reports a 500 error (INTERNAL SERVER ERROR) and these logs when i try to create an alias that points to another. Perhaps it can help you. Thanks for all your work.
@tonioo commented on GitHub (Apr 8, 2016):
Actually this bug is related to the amavis plugin. I've just pushed a fix in the associated repository, it will be released soon.
@mpirio commented on GitHub (Apr 12, 2016):
Thank you