Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix category hiding in Angular Material #2027

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Commits on Sep 28, 2022

  1. Fix category hiding in Angular Material

    Previously, the Angular Material category renderer didn't consider
    categories' visbilities and always showed themy.
    This prefilters visible categories before rendering them in
    the template.
    
    Fix unit test by moving the setting of the new UI schema in the
    jsonFormsService after it was reassigned in the component.
    With this, when the event is triggered on the subscription, the new schema is
    already present. This is necessary for the new changes and also fixes
    the previously commented out assertion.
    lucas-koehler committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9a02eea View commit details
    Browse the repository at this point in the history