@angieradtke pointed out this issue when we were discussing #5 and #8. Thank you Angie!
Problem we're trying to solve:
When filtering by language in a list view, or when selecting a language in an edit view, the category filter/select still lists categories that are not available in that language. Categories not in that language should be disabled or preferably hidden, since multilingual sites are likely to have many categories and it's obnoxious to have to scroll through so many that don't apply.
(Side note: Should other filters update based on available options, too? Grey out/disable choices that don't have any results?)
Possible solutions include:
- Update the category list via AJAX when a language is selected to only show relevant categories.
Things to remember as we discuss this issue:
- This pattern is likely to be repeated in many places throughout the CMS. We should find out where else and ensure it gets updated everywhere at the same time.
- Q: Does this apply to other filters or fields, too?
- We will need to update documentation about the language select to reflect our recommendations.
@angieradtke pointed out this issue when we were discussing #5 and #8. Thank you Angie!
Problem we're trying to solve:
When filtering by language in a list view, or when selecting a language in an edit view, the category filter/select still lists categories that are not available in that language. Categories not in that language should be disabled or preferably hidden, since multilingual sites are likely to have many categories and it's obnoxious to have to scroll through so many that don't apply.
(Side note: Should other filters update based on available options, too? Grey out/disable choices that don't have any results?)
Possible solutions include:
Things to remember as we discuss this issue: