mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #3820] Minor bugs in IMAP Migration > Email providers forms #1917
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#1917
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 @nadihighlander on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3820
Impacted versions
Steps to reproduce
Define A new Email providers
Current behavior
1- In the 2nd step, "Associated domains" form does not show new added items
Error in console window:
index-B1bntsLR.js:14 TypeError: Cannot read properties of undefined (reading 'name')
at q (ProviderGeneralForm-eoHMDO5v.js:1:2407)
at ProviderGeneralForm-eoHMDO5v.js:1:3466
at Object.s [as default] (index-B1bntsLR.js:14:2159)
at default (VSelect-D5IXDPEX.js:1:10800)
at Yu (index-B1bntsLR.js:14:45314)
at gr (index-B1bntsLR.js:14:43472)
at z0 (index-B1bntsLR.js:14:44000)
at Proxy. (VSelect-D5IXDPEX.js:1:9542)
at Gd (index-B1bntsLR.js:14:36241)
at Qg.Z [as fn] (index-B1bntsLR.js:14:27841)
2- In the 3rd step, "Summary" form, clicking "Modify" will discard everything and form disappear (without any error)
Expected behavior
All forms in IMAP Migration > Email providers scenario work properly.