Add domain: user feedback
Bug #920084 reported by
Florian Fuchs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DEFUNCT: Mailman 3 Web UI |
Fix Committed
|
Undecided
|
benste |
Bug Description
from http://
"When you try to add a new domain, the software should show you the results of your action - did it succeed, fail, etc - put a message at the top"
Related branches
lp:~benste/mailmanweb/main_dev
- Florian Fuchs: Approve
-
Diff: 437 lines (+85/-56) (has conflicts)3 files modifieddev_setup/settings.py (+2/-0)
src/mailmanweb/templates/mailmanweb/base.html (+7/-0)
src/mailmanweb/views.py (+76/-56)
Changed in mailmanweb: | |
assignee: | nobody → benste (benste) |
status: | New → In Progress |
Changed in mailmanweb: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Atm. we're using a redirect to the Domain Index, incl. the display of all current Domains on Success.
Adding an additional Message would require to change the whole part (views l73) to render the whole page into the template which would duplicate code.
Or, adding an additional arguement to the view we could render the domain index view with a different argument
BUT we would keep the URL
personally I'd prefer to leave it as it is.