- Issue created by @prjcarr
- πΊπΈUnited States generalredneck Texas, USA πΊπΈ
So when I did testing of the Drupal 11 version I was using datepicker 2.* because centarro/commerce-kickstart-project had it installed. I went to install the new 1.1.1 version and I got
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/commerce_timeslots ^1.1.1 -> satisfiable by drupal/commerce_timeslots[1.1.1]. - drupal/commerce_timeslots 1.1.1 requires drupal/jquery_ui_datepicker ^1.2 -> found drupal/jquery_ui_datepicker[dev-1.x, 1.2.0, 1.3.0, 1.4.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.1).
The diff in the code is like so:
https://git.drupalcode.org/project/jquery_ui_datepicker/-/compare/8.x-1....Even though there are a lot of changes... It seems to be working well for me at least on the checkout after the changes made in the latest release. I'm not sure if there are other places datepicker should be used besides in the cart pane.
I think that updating it to match kickstarter...
centarro/commerce-kickstart-project dev-main requires drupal/jquery_ui_datepicker (^2.1)
would work.
- πΊπΈUnited States generalredneck Texas, USA πΊπΈ
To test add
"commerce_timeslots": { "type": "vcs", "url": "https://git.drupalcode.org/issue/commerce_timeslots-3401757.git" },
to your repositories
and require
composer require "drupal/commerce_timeslots:dev-3401757-date-picker-upgrade"
- π²π©Moldova andrei.vesterli Chisinau
andrei.vesterli β made their first commit to this issueβs fork.
-
andrei.vesterli β
committed a24725c1 on 1.0.x authored by
generalredneck β
Issue #3401757 by generalredneck: jQuery UI Datepicker 2.0
-
andrei.vesterli β
committed a24725c1 on 1.0.x authored by
generalredneck β