You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been doing some experiments with usync migration, first ones consisted on simple project with starter kit and a simple DTGE, out of the box it has 3 migration plans in the UI:
Convert Grid to BlockGrid
Convert Nested content to BlockLists
Convert to Nested Content to BlockLists and Grid to BlockGrid
So I figure out that using Grid to Block Grid would work, but it didn't, it only migrated with complete profile "Convert to Nested Content to BlockLists and Grid to BlockGrid"
I went in deeper investigations for my project which uses lot of custom DTGE and I might not want actually to convert nested content yet and I see the root of that issue
I have been doing some experiments with usync migration, first ones consisted on simple project with starter kit and a simple DTGE, out of the box it has 3 migration plans in the UI:
So I figure out that using Grid to Block Grid would work, but it didn't, it only migrated with complete profile "Convert to Nested Content to BlockLists and Grid to BlockGrid"
I went in deeper investigations for my project which uses lot of custom DTGE and I might not want actually to convert nested content yet and I see the root of that issue
In this class:
uSyncMigrations/uSync.Migrations/Configuration/CoreProfiles/BlockGridMigrationPlan.cs
Line 33 in 216b085
What currently is:
UmbConstants.PropertyEditors.Aliases.NestedContent, nameof(NestedToBlockListMigrator)
What should be:
UmbConstants.PropertyEditors.Aliases.Grid, nameof(GridToBlockGridMigrator)
I can raise a PR for sure but I wanted to know if this is intented this way or is an issue in fact
The text was updated successfully, but these errors were encountered: