-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement schema-intent concept #6001
Merged
Merged
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2abd38d - Browse repository at this point
Copy the full SHA 2abd38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1147f7c - Browse repository at this point
Copy the full SHA 1147f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f562dc - Browse repository at this point
Copy the full SHA 8f562dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0032db - Browse repository at this point
Copy the full SHA a0032dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 297c932 - Browse repository at this point
Copy the full SHA 297c932View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8cc9d - Browse repository at this point
Copy the full SHA 5e8cc9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d749ab5 - Browse repository at this point
Copy the full SHA d749ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d5661 - Browse repository at this point
Copy the full SHA f4d5661View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc6e10 - Browse repository at this point
Copy the full SHA efc6e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66585b - Browse repository at this point
Copy the full SHA b66585bView commit details -
Handle (query)sources for multivalued zope.schema fields:
Multivalued fields don't directly have sources themselves, but their items do. We therefore need to handle that case in the @sources and @querysources endpoints, and look for a source on the Choice field used as the value_type for the multivalued field. Similarly we need to construct appropriate URLs during schema serialization for these types of fields: The Choice fields used as the value_type for multivalued fields don't usually have a name. We therefore omit their empty string name from the URL, and instead construct URLs that look like the source was actually on the multivalued fields themselves.
Configuration menu - View commit details
-
Copy full SHA for aeb3b06 - Browse repository at this point
Copy the full SHA aeb3b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c929e6 - Browse repository at this point
Copy the full SHA 3c929e6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.