Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dbchiroweb dbchiroweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dbchirodbchiro
  • dbchirowebdbchiroweb
  • Merge requests
  • !29

Fix today datepicker

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rémy Lebrun requested to merge rylebrun/dbchiroweb:Fix-today-datepicker into develop Oct 17, 2019
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 1

Bugfix : pourvoir sélectionner la date du jour dans le datepicker (manuellement et via le bouton).

Le Date.now() comme date max était trop restrictif (date+heure présise du chargement du JS, qui est forcément inférieur à l'heure au moment ou l'utilisateur rempli le datepicker).

La date max est dorénavant la date du jour à 23:59:59.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Fix-today-datepicker