Opened 7 months ago
Last modified 4 months ago
#10684 new enhancement
Provide feedback when performing actions on the Users page
| Reported by: | rjollos | Owned by: | hasienda |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | web-UI CSS |
| Cc: | Trac Release: |
Description
Provide feedback on the Users admin panel by calling add_notice when creating users, changing users, resetting passwords and deleting accounts.
Attachments (1)
Change History (7)
comment:1 Changed 6 months ago by rjollos
- Summary changed from Provide feedback when performing actions on the to Provide feedback when performing actions on the Users page
Changed 4 months ago by anonymous
comment:2 follow-up: ↓ 3 Changed 4 months ago by rjollos
comment:3 in reply to: ↑ 2 Changed 4 months ago by hasienda
- Keywords web-UI CSS added
Replying to rjollos:
I'm running r12589 at the moment ...
There is another major issue here that I need to investigate some more and open a ticket for. Notice that there are no accounts in the table in the screen capture. What I'm observing is that the table is empty when the page reloads after adding or editing a user. However, after a page refresh all of the users re-appear in the table.
Oh, I can reproduce indeed. Thanks for the notification. I'll investigate and hopefully fix it right-away, keeping further comments here to track that issue down.
comment:4 Changed 4 months ago by hasienda
(In [12606]) AccountManagerPlugin: Fix filter field names in user admin panel, refs #9946, #10682 and #10684.
This was flawed since the start with [12515] and I still didn't recognize the
duplicate 'email' field in both, account property editor and new filter form
when fixing their illegal nesting in [12539].
Thanks to Ryan J Ollos for notification to make me go and finally find it.
comment:5 Changed 4 months ago by hasienda
comment:6 Changed 4 months ago by hasienda
(In [12661]) AccountManagerPlugin: Provide more feedback on actions in admin panels, refs #10684.
Unify message presentation to Trac core message area (top of page).


I'm running r12589 at the moment and grabbed this screen capture while adding some users yesterday:
At first I was just going to say that we should add some space between the div with the message and the Add/Edit Acccount fieldset. However, thinking about it some more, maybe it would be better to use add_notice here, and display the message in the standard location. What do you think?
There is another major issue here that I need to investigate some more and open a ticket for. Notice that there are no accounts in the table in the screen capture. What I'm observing is that the table is empty when the page reloads after adding or editing a user. However, after a page refresh all of the users re-appear in the table.