- Issue created by @jonas.fa
- πΊπΈUnited States webdrips
The patch supplied was malformatted as it contained the webroot in the path; the attached patch addresses this.
- First commit to issue fork.
- Open on Drupal.org βCore: 10.0.7 + Environment: PHP 7.3 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @dieterholvoet opened merge request.
- Status changed to Needs work
over 1 year ago 8:24am 18 August 2023 - π§πͺBelgium dieterholvoet Brussels
Still a couple problems with the patch:
- Changing
$this->getPluginDefinition()
won't do anything since the array isn't passed by reference - We shouldn't access config using
\Drupal::service('config.factory')
here. - Overriding the constructor isn't necessary, we can just change the value in
$plugin_definition
in thecreate()
method
- Changing
- last update
over 1 year ago Composer error. Unable to continue. - last update
over 1 year ago Composer error. Unable to continue. -
DieterHolvoet β
committed c5ae102c on 1.0.x
Issue #3379222 by DieterHolvoet, jonas.fa, webdrips: QueueProcessor cron...
-
DieterHolvoet β
committed c5ae102c on 1.0.x
- Status changed to Fixed
over 1 year ago 8:32am 18 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.