- Issue created by @a.dmitriiev
- πΊπΈUnited States drupalninja99
We should make it clear that an automator has to be configured first for the field.
Field Widget Actions plugin has a method isAvailable
, it is currently widely used in AI Automators. The main requirement for a plugin to be available in case of an automator, this automator should exist for that entity type and field. When displaying the dropdown list the availability is not checked, only the base field type/field widget checks are done.
This leads to a confusion when a plugin is available in the list, but it can't be really added, because when "Add" button is clicked, the isAvailable
conditions is checked.
Either add the error message in case the action was not added. Maybe for this some changes will be needed to actually display the reason why the action can't be added, more verbose mode in case isAvailable
returns FALSE
. Or another solution do not display in the list the plugins that are not available.
Decide on the approach and implement.
Active
1.2
Field Widget Actions
We should make it clear that an automator has to be configured first for the field.