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

Adds types / parts validations and fixes Parts settings updating. #4786

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

jtkech
Copy link
Member

@jtkech jtkech commented Nov 12, 2019

No description provided.

@jtkech jtkech merged commit 4c0071e into dev Nov 12, 2019
@jtkech
Copy link
Member Author

jtkech commented Nov 12, 2019

I merged it because it fixes an issue where part settings were not persisted since #4001. It was working before but not for the good reason. About validation it was possible to create a part with a bad technical name e.g containing a space, which was breaking graphql.

A field name must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but part 1 does not.

@jtkech jtkech deleted the jtkech/typesParts branch November 14, 2019 04:00
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.

None yet

1 participant