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

Use filtered categories in childProps #1789

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Use filtered categories in childProps #1789

merged 1 commit into from
Oct 26, 2021

Conversation

max-elia
Copy link
Contributor

While categories have been filtered in Stepper, they are now also being used in childProps.

Fixes #1777

@CLAassistant
Copy link

CLAassistant commented Jul 26, 2021

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Aug 2, 2021

Coverage Status

Coverage remained the same at 88.98% when pulling 12bd95b on max-elia:filter-conditional-categories into 81e4dd6 on eclipsesource:master.

While categories have been filtered in Stepper, they are now also being used in childProps.
Fixes #1777

Signed-off-by: Max Elia Schweigkofler <max_elia@hotmail.de>
@sdirix sdirix requested a review from LukasBoll October 19, 2021 07:43
Copy link
Contributor

@LukasBoll LukasBoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. The Changes are working fine.

@sdirix
Copy link
Member

sdirix commented Oct 26, 2021

@LukasBoll Can you quickly check whether the examples on the website are then working as expected?

Currently in each of the examples, when you disable "Provide Address" and enable "Vegetarian" an then either

  • click on the "Additional" tab
  • click on the "Additional" step
  • click on the "Next" button

the wrong form is shown (i.e. the one for address and not the one for vegetarian)

@LukasBoll
Copy link
Contributor

@sdirix The examples on the jsonforms website are identical with the ones being used in the jsonforms repo. So, they should work with the new version.

Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@sdirix sdirix merged commit 2bf9bcf into eclipsesource:master Oct 26, 2021
@sdirix sdirix modified the milestone: 3.0 Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Categorization Stepper of React Material broken for conditional categories
5 participants