- Issue created by @meanderix
- 🇸🇪Sweden meanderix
Here is my proposed patch, which is much more in line with how other modules handle this. See e.g.
Drupal\ckeditor5\Plugin\CKEditor5PluginConfigurableTrait
andDrupal\workflows\Plugin\WorkflowTypeBase
. - Status changed to Needs review
about 1 year ago 1:11pm 31 October 2023 - last update
about 1 year ago 44 pass, 21 fail The last submitted patch, 2: 3397743-2.patch, failed testing. View results →
- Status changed to Needs work
about 1 year ago 9:59pm 1 November 2023 - 🇺🇸United States trackleft2 Tucson, AZ 🇺🇸
I see you are deleting where UUID and Weight variables are being set, is this on purpose?
- $this->uuid = $configuration['uuid'];
- $this->weight = $configuration['weight'];