Commit e4671904 authored by Michael Bukachi's avatar Michael Bukachi

fix: Fix bs4 popover

parent e40eaf94
...@@ -465,8 +465,11 @@ ...@@ -465,8 +465,11 @@
}); });
return true; return true;
case 'x-editable-combodate': case 'x-editable-combodate':
let template = $el.data('template')
el.removeAttribute('data-template')
$el.editable({ $el.editable({
params: overrideXeditableParams, params: overrideXeditableParams,
template: template,
combodate: { combodate: {
// prevent minutes from showing in 5 minute increments // prevent minutes from showing in 5 minute increments
minuteStep: 1, minuteStep: 1,
......
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