This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Commit 554ce0e
authored
Bugfix: creating new doc type properties sort order doesn't count existing properties - puts it at top (+1) (#2523)
Bug 17457
umbraco/Umbraco-CMS#17457
Creating new doc type properties sort order doesn't count existing properties.
Looking at this it seems that the hardwork is done to workout the sort order and assign it to preset but it's not returned undefined was (probably as a dev placeholder that's gone unnoticed!).1 parent f5099a3 commit 554ce0e
File tree
1 file changed
+1
-1
lines changed- src/packages/core/content-type/workspace/views/design
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments