Merge branch 'fix'
This commit is contained in:
@@ -293,6 +293,10 @@ class LabelManager implements
|
|||||||
|
|
||||||
$languageObj->save();
|
$languageObj->save();
|
||||||
|
|
||||||
|
if ($returnDataHash === []) {
|
||||||
|
return (object) [];
|
||||||
|
}
|
||||||
|
|
||||||
return json_decode(Json::encode($returnDataHash));
|
return json_decode(Json::encode($returnDataHash));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ define('views/fields/datetime', ['views/fields/date', 'lib!moment'], function (D
|
|||||||
'HH:mm': 'H:i',
|
'HH:mm': 'H:i',
|
||||||
'hh:mm A': 'h:i A',
|
'hh:mm A': 'h:i A',
|
||||||
'hh:mm a': 'h:i a',
|
'hh:mm a': 'h:i a',
|
||||||
|
'hh:mmA': 'h:iA',
|
||||||
|
'hh:mma': 'h:ia',
|
||||||
},
|
},
|
||||||
|
|
||||||
data: function () {
|
data: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user