- Issue created by @elc
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @elc opened merge request.
- Status changed to Needs review
over 1 year ago 5:41am 15 August 2023 - 🇦🇺Australia elc
In combination with 🐛 Add restriction a coupon usage for limited per-customer Fixed this fixes up the start_date and end_date issues this module was having.
- First commit to issue fork.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - 🇭🇷Croatia valic Osijek
We need to have the ability to skip hook_update in some instances. I have a project with 69000 coupons, which are eligible for an update.
Those should not run with hook update directly; deployment would take hours if not days. - Status changed to Active
about 1 year ago 1:46pm 10 November 2023 - Status changed to Fixed
about 1 year ago 1:47pm 10 November 2023 - 🇭🇷Croatia valic Osijek
Adding this line in settings.php is going to skip this update hook processing during updatedb
$settings['commerce_coupon_condition_skip_update_8101'] = TRUE;
Automatically closed - issue fixed for 2 weeks with no activity.