User tests: Successful: Unsuccessful:
Pull Request for Issue #12843 .
The PRs to create a category "on the fly" (#8623, #8635, #8634, #8632, #8433) changed the call to load Chosen so the search field shows always. By default it would only show if there are more than 10 options.
This PR reverts that change and adds a specific Chosen call for the category field only.
Test the following backend edit forms
Before PR each list field shows a search field:
After PR the searchfield is gone except for the category (fields group) field.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Components |
Hm the search might be useful if you have many languages, or many access levels.
Indeed.
Maybe "removing" was the wrong word used in the PR. I've set it back to default.
By default it will show when you have 10 and more items in the list. So if you have many languages or access levels, you will get the search box automatically.
I have tested this item
I can see why to remove it on status but I would keep it on category
I can see why to remove it on status but I would keep it on category
Is it gone on category? See testing instructions:
After PR the searchfield is gone except for the category (fields group) field.
It should stay for the category. It should only be gone for all other fields with less than 10 items.
Shoot - misread the instructions
tested all forms with permissions tabs in the core.
we still have the search box in new/edit module permissions tab.
we still have the search box in new/edit module permissions tab.
Looks like I missed one then. I'll add that one later today.
Category | Administration Components | ⇒ | Administration com_banners com_contact com_content com_fields com_modules com_newsfeeds Components |
Fixed in the module edit view as well and updated test instructions.
I have tested this item
works as described
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-15 21:47:21 |
Closed_By | ⇒ | rdeutz |
Hm the search might be useful if you have many languages, or many access levels.