fixed csv export view fields required issue
This commit is contained in:
parent
a99c5eea35
commit
e7d93989d3
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
value: Date.beginning_of_month(today),
|
value: Date.beginning_of_month(today),
|
||||||
min: min_date,
|
min: min_date,
|
||||||
max: max_date,
|
max: max_date,
|
||||||
|
required: true,
|
||||||
class: "form-control"
|
class: "form-control"
|
||||||
%>
|
%>
|
||||||
</div>
|
</div>
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
value: Date.end_of_month(today),
|
value: Date.end_of_month(today),
|
||||||
min: min_date,
|
min: min_date,
|
||||||
max: max_date,
|
max: max_date,
|
||||||
|
required: true,
|
||||||
class: "form-control"
|
class: "form-control"
|
||||||
%>
|
%>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue