mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix date format for repository filters [SCI-6528] (#3863)
This commit is contained in:
parent
39a014cfd4
commit
ff613c410c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
data-saved-filters-url="<%= repository_repository_table_filters_path(@repository) %>"
|
||||
data-datatable-id="#repository-table-<%= @repository.id %>"
|
||||
data-can-manage-filters="<%= can_manage_repository_filters?(@repository) %>"
|
||||
data-date-format="<%= current_user.date_format.gsub(/\%/, '').upcase %>"
|
||||
data-date-format="<%= datetime_picker_format_date_only %>"
|
||||
>
|
||||
<filter-container
|
||||
:columns.sync="columns"
|
||||
|
|
Loading…
Reference in a new issue