Defect #17071
openAdding Watchers UX Is Not Clean
0%
Description
With the update to 2.5.1 and the implementation of feature #8562, you now have to add users one at a time, instead of en masse.
It would seem more effective if the interface allowed you to search for a user, check the checkbox, then search for another user, check their checkbox, and search for a third user and check that checkbox then click "Add" and all three users are added to the watch list. The current implementation breaks that functionality.
Files
Related issues
Updated by Brett Patterson over 10 years ago
The attached patch resolves this issue. It will persist the checked checkboxes and add multiple users at once (even after filtering).
Updated by Toshi MARUYAMA over 10 years ago
- Related to Patch #14318: Watchers Alerted To Changes But Cannot See Issues (potentially) added
Updated by Toshi MARUYAMA about 10 years ago
- Related to Patch #16133: Available watchers on new issue form include users who cannot even view issues added
Updated by Toshi MARUYAMA about 10 years ago
- Related to Defect #17579: Edit Watchers List Loses Checked Watchers When Performing Multiple Searches added
Updated by Jean-Philippe Lang over 8 years ago
- Related to deleted (Patch #14318: Watchers Alerted To Changes But Cannot See Issues (potentially))
Updated by Brett Patterson about 7 years ago
Just bumping to make note that adding multiple watchers from multiple searches still doesn't work. Updated the patch to work with 3.4.2.
Updated by Marius BĂLTEANU over 6 years ago
- Related to Patch #28771: Allow adding multiple entities when performing multiple searches in modals added
Updated by Marius BĂLTEANU over 6 years ago
I've added some proposals to fix this behaviour in #28771.
Updated by Marius BĂLTEANU over 6 years ago
- Related to deleted (Defect #17579: Edit Watchers List Loses Checked Watchers When Performing Multiple Searches)
Updated by Marius BĂLTEANU over 6 years ago
- Has duplicate Defect #17579: Edit Watchers List Loses Checked Watchers When Performing Multiple Searches added
Updated by Go MAEDA about 4 years ago
- Has duplicate Defect #33950: Search users - selection cleared on every search added
Updated by Marcin Szewczyk over 1 year ago
- File 0001-keep-watchers-checked-when-searching.patch 0001-keep-watchers-checked-when-searching.patch added
Another attempt. I've deployed the code on my 5.0.3 instance. Seems to work. This time the patch touches the JavaScript only. It transforms checkboxes to hidden inputs to keep track of "checked" statuses.
The code doesn't influence the project members search and addition which uses a JavaScript fragment responses, not HTML.
Updated by Go MAEDA about 1 year ago
- Target version set to Candidate for next major release