Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2022-06-09 11:03:25 +03:00
2 changed files with 6 additions and 0 deletions
@@ -293,6 +293,10 @@ class LabelManager implements
$languageObj->save();
if ($returnDataHash === []) {
return (object) [];
}
return json_decode(Json::encode($returnDataHash));
}
}
+2
View File
@@ -64,6 +64,8 @@ define('views/fields/datetime', ['views/fields/date', 'lib!moment'], function (D
'HH:mm': 'H:i',
'hh:mm A': 'h:i A',
'hh:mm a': 'h:i a',
'hh:mmA': 'h:iA',
'hh:mma': 'h:ia',
},
data: function () {