Commit 5fff53bc authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Potentially fixed #1543 - increase a maxYear for combodate inline editor

parent 58e9ea7a
...@@ -451,7 +451,8 @@ ...@@ -451,7 +451,8 @@
params: overrideXeditableParams, params: overrideXeditableParams,
combodate: { combodate: {
// prevent minutes from showing in 5 minute increments // prevent minutes from showing in 5 minute increments
minuteStep: 1 minuteStep: 1,
maxYear: 2030,
} }
}); });
return true; return true;
......
Markdown is supported
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