Skip to content
Snippets Groups Projects
Commit dac35d3b authored by Anton Bagliy's avatar Anton Bagliy
Browse files

v.2.8.4

parents 6a63a530 fd248f1f
Branches
No related merge requests found
ALTER TABLE ONLY global_disciplines
DROP CONSTRAINT global_extid_key;
ALTER TABLE ONLY global_disciplines
ADD CONSTRAINT global_extid_key UNIQUE (externalid);
\ No newline at end of file
......@@ -382,7 +382,7 @@ $(() => {
$elem.datepicker({
dateFormat: 'dd-mm',
changeMonth: true,
changeYear: false,
changeYear: true,
defaultDate: defaultDate,
//timeFormat: 'HH:mm:ss',
beforeShow: function () {
......@@ -459,7 +459,7 @@ $(() => {
$elem.datepicker({
dateFormat: 'dd-mm',
changeMonth: true,
changeYear: false,
changeYear: true,
defaultDate: defaultDate,
//timeFormat: 'HH:mm:ss',
beforeShow: function () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment