Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
12479010
Commit
12479010
authored
Mar 14, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix error on datepicker in Admin to choose a past date before the current day
parent
4131f86e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
standard_layout.html.twig
...hinos/bundles/SonataAdminBundle/standard_layout.html.twig
+3
-2
No files found.
templates/themes/kohinos/bundles/SonataAdminBundle/standard_layout.html.twig
View file @
12479010
...
@@ -519,8 +519,9 @@ Modified for MLC from Sonata package.
...
@@ -519,8 +519,9 @@ Modified for MLC from Sonata package.
isRTL
:
false
,
isRTL
:
false
,
showMonthAfterYear
:
false
,
showMonthAfterYear
:
false
,
yearSuffix
:
''
,
yearSuffix
:
''
,
minDate
:
0
,
minDate
:
'-5Y'
,
maxDate
:
'+12M +0D'
,
yearRange
:
'c-5:c+3'
,
maxDate
:
'+3Y'
,
numberOfMonths
:
2
,
numberOfMonths
:
2
,
showButtonPanel
:
true
showButtonPanel
:
true
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment