-
Notifications
You must be signed in to change notification settings - Fork 65
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
Umb 8.6 : Store and set sort order for Content Type ChildTypes. #82
Labels
Comments
KevinJump
changed the title
Umb 8.6 - Store and set sort order for Content Type ChildTypes.
Umb 8.6 : Store and set sort order for Content Type ChildTypes.
Feb 22, 2020
KevinJump
pushed a commit
that referenced
this issue
Feb 24, 2020
Can be done in a backwards compatible way, so not a breaking / feature change. |
KevinJump
added a commit
that referenced
this issue
Mar 19, 2020
* #82 Support for Sort order on Content Type Allowed Items * Add Version checking ping. * - DataType Serializers for core pickers. * Tidy up function names. * Fix - for items nested inside nested items json not serialized correctly. * DataTypeSerializer package. * Update comment in delete. * Fix: Dictionary items should sync based on level. * 8.5.1 - Release Versions Co-authored-by: Kevin Jump <[email protected]>
KevinJump
added a commit
that referenced
this issue
Apr 8, 2020
* #82 Support for Sort order on Content Type Allowed Items * Add Version checking ping. * - DataType Serializers for core pickers. * Tidy up function names. * Fix - for items nested inside nested items json not serialized correctly. * DataTypeSerializer package. * Update comment in delete. * Fix: Dictionary items should sync based on level. * Light touch - missing parent (no breaking changes) * better report error formatting on second pass imports. * remove the random exception from testing. * return the exception to the UI when import throws. * Version bump * Feature: Add Clean Export option to export button * tidy up icons in report view. * add loading wait on buttons (stops flicker as they are configured) * Also set loading = false when button groups fail (you can still do other import/exports). * Add FailIfMissingParent to settings. * Cleaner Info Logging around import/export/reporting. * Delete warning in report * Report Validation Steps: * # delete duplicate checking in reports #89 * Tweaks to the Progress view (per item progress bars!) * Diff view updates - to track changes. * Consistant complete messages on reports. * Clean up other configs on delete. * Tweak progress css and delete detail pages. * Missing parent behavior defaults to on., * Add 'clean export' warning to settings that change folder structure. * Better clean up, (e.g when re-creating something with the same name) Co-authored-by: Kevin Jump <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Umbraco 8.6 - Includes - Allow ordering of Childtypes
(umbraco/Umbraco-CMS#4927)
To support we need to store and retrieve the sort order of AllowedContentTypes during sync.
The text was updated successfully, but these errors were encountered: