You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
craigh
changed the title
CategoriesType Registry always showing. Hidden class missing from Bootstraph 4
[Categories] CategoriesType Registry always showing. Hidden class missing from Bootstrap 4
Aug 22, 2020
At this point in the code:
core/src/system/CategoriesModule/Form/Type/CategoriesType.php
Line 99 in 4e19300
The CategoriesType uses the Bootstrap hidden css that no longer exists to hide the registry title. Thus, it always shows up no matter what.
Expected Behavior
CategoriesType Registry titles should not show unless showRegistryLabels is set to true.
Current Behavior
The registry label always shows. It should not if showRegistryLabels is set to false
Possible Solution
Either find or create a css class that always hides the label
The text was updated successfully, but these errors were encountered: