Automators Tool is still referencing AI Interpolator
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3546344. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !879 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently we have the possiiblity to create a Function Call from any Automator workflow. However this still references AI Interpolator in the form, which is confusing.</p> <p>AI Interpolator is the legacy name of the AI Automators.</p> <p>The autocomplete also references a config element that does not exist anymore (though its none breaking).</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <ul> <li>Install AI Automators</li> <li>Visit /admin/config/ai/ai-automators/automators_tool/add</li> <li>You see references to AI Interpolator</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Remove all references to AI Interpolator.</li> <li>Remove the config key in getFieldsForBundle in AutomatorsToolForm.</li> </ul>
issue