Skip to content

Commit 4a1820b

Browse files
ronaldbarendsebergmania
authored andcommitted
Add property group key to save model
1 parent 35cfcfc commit 4a1820b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/common/services/umbdataformatter.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
});
7676
saveModel.groups = _.map(realGroups, function (g) {
7777

78-
var saveGroup = _.pick(g, 'inherited', 'id', 'sortOrder', 'name', 'alias', 'type');
78+
var saveGroup = _.pick(g, 'inherited', 'id', 'sortOrder', 'name', 'key', 'alias', 'type');
7979

8080
var realProperties = _.reject(g.properties, function (p) {
8181
//do not include these properties

0 commit comments

Comments
 (0)