- Issue created by @gaurav_manerkar
- ๐ฎ๐ณIndia mohd sahzad
Mohd Sahzad โ made their first commit to this issueโs fork.
- Assigned to abhishek_virasat
- Issue was unassigned.
- Status changed to Needs review
8 months ago 8:05am 21 March 2024 - Status changed to Needs work
8 months ago 8:19am 21 March 2024 - ๐ฎ๐ณIndia gaurav_manerkar Vasco Da Gama, Goa
Still not fixed.
Warning at this line
'name' => (string) $pluginDefinition['label'],
- ๐ฉ๐ชGermany jurgenhaas Gottmadingen
I don't see any code at line 635 of /mnt/www/html/docroot/modules/contrib/eca/modules/modeller_bpmn/src/ModellerBpmnBase.php which would be using a label key. Are you really using the latest code base of 2.0.x?
Then, this sounds like a broken plugin. Instead of trying to provide a workaround, we should find out if there is a plugin on your Drupal installation that has a form field without a label. Could you probably capture the plugin and field, which is issuing that warning?
- ๐ฎ๐ณIndia gaurav_manerkar Vasco Da Gama, Goa
To be precise, i am using 1.15 version (latest stable version) and i get warning at
https://git.drupalcode.org/project/eca/-/blob/1.1.5/modules/modeller_bpm... - ๐ฉ๐ชGermany jurgenhaas Gottmadingen
Thanks for the clarification @gaurav_manerkar, I can confirm that in 1.1.x the line 635 contains that code you showed in #7. In that case, it's not a field in the plugin, it's a plugin itself which has no label. Can you please find out, which plugin that is?
- ๐ฎ๐ณIndia gaurav_manerkar Vasco Da Gama, Goa
Hi @jurgenhaas
How i can find that? - ๐ฉ๐ชGermany jurgenhaas Gottmadingen
If you're able to use a debugger, e.g. xdebug, set a breakpoint at that line with a condition to only stop when there is not
label
key. If a debugger isn't an option, you could add some extra PHP code there to output some details to Drupal's logging system in case that the label is missing. - ๐ฎ๐ณIndia gaurav_manerkar Vasco Da Gama, Goa
Issue is thrown for
eca_base:eca_cron
plugin. - ๐ฉ๐ชGermany jurgenhaas Gottmadingen
Thanks for finding out @gaurav_manerkar
Now we can move this issue over to the bynder module since there is an issue with the annotation in the action plugin at https://git.drupalcode.org/project/bynder/-/blame/4.x/src/Plugin/Action/...
It's called
action_label
, but that needs to be renamed tolabel
. - Status changed to Needs review
8 months ago 1:48pm 22 March 2024 - ๐ฎ๐ณIndia gaurav_manerkar Vasco Da Gama, Goa
Thanks @jurgenhaas.
I have created MR to fix annotation in action plugin.
- First commit to issue fork.
-
Berdir โ
committed 2c20428a on 4.x authored by
gaurav_manerkar โ
Issue #3432570 by gaurav_manerkar, jurgenhaas: Annotation error in...
-
Berdir โ
committed 2c20428a on 4.x authored by
gaurav_manerkar โ
- Status changed to Fixed
5 months ago 8:53am 7 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.