Feature #10264
closedAdd a check/uncheck all button to search
0%
Description
When getting search results, all items are checked. As more plugins are added, it extends the list of search items, where it would be good to have a clear all to just select the one or two that you want to search vs unchecking all.
Files
Related issues
Updated by Go MAEDA over 5 years ago
- Category set to UI
Probably we can fulfill this request by adding a green check icon ( ) to check/uncheck checkboxes, that can be seen in many pages such as Workflow and Permission report.
Updated by Mizuki ISHIKAWA over 5 years ago
- File search.png search.png added
- File other1.png other1.png added
- File other2.png other2.png added
By changing like this, a green check icon will be added.
On other screens, it is label + green check icon,
but I could not think of an appropriate label on this screen.
Updated by Marius BĂLTEANU over 5 years ago
- Target version set to Candidate for next minor release
it is a small change and very useful, I propose to add it in a next minor release.
Updated by Go MAEDA over 5 years ago
- Target version changed from Candidate for next minor release to 4.0.2
Marius BALTEANU wrote:
it is a small change and very useful, I propose to add it in a next minor release.
I agree. Setting the target version to 4.0.2.
Updated by Go MAEDA over 5 years ago
I changed the target version to 4.0.1, but this change may break themes for 4.0 because it changes the structure of HTML (wraps p#search-types
with fieldset.box
).
I think 4.1.0 is better.
Updated by Go MAEDA over 5 years ago
- Subject changed from Add clear all to search to Add a check/uncheck all button to search
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed. Thanks.
Updated by Alexander Meindl over 5 years ago
This issue shows target version 4.0.2 and changelog shows it, too. But the related commit currently only exists in trunk. I think, this issue should changed to target version 4.1.0 (as mentioned in #10264#note-5).
Updated by Marius BĂLTEANU over 5 years ago
Alexander Meindl wrote:
This issue shows target version 4.0.2 and changelog shows it, too. But the related commit currently only exists in trunk. I think, this issue should changed to target version 4.1.0 (as mentioned in #10264#note-5).
Indeed, the target version was never changed to 4.1.0. I'm not sure what we should do in this case, I see two options:
- we merge r17852 in 4.0-stable branch and deliver this feature in 4.0.3
- we change the target version to 4.1.0 and that's it.
Updated by Marius BĂLTEANU over 5 years ago
My recommendation is to deliver this in 4.0.3 (is not such a big change).
Updated by Go MAEDA over 5 years ago
Sorry for my mistake.
I have merged r17852 to 4.0-stable branch and it will be available in 4.0.3.
Updated by Go MAEDA almost 5 years ago
- Related to Feature #8680: Select all modules for search and activities added