eca_render: Action "Render: link" does not allow to set a URL longer than 128 characters
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3526549. --> Reported by: [mxh](https://www.drupal.org/user/1124384) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The render action "Render: link" does not allow to set a URL that is longer than 128 characters.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Have a standard Drupal site with eca_render and one modeler enabled, such as bpmn_io</li> <li>Create an ECA configuration and add "Render: link" action</li> <li>Try to insert a URL longer than 128 characters -&gt; you will see a validation error message</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Increase maximum allowed length to be way larger, something like 1024 characters maybe.<br> The configuration field is here:<br> <a href="https://git.drupalcode.org/project/eca/-/blob/3.0.x/modules/render/src/Plugin/Action/Link.php?ref_type=heads#L152">https://git.drupalcode.org/project/eca/-/blob/3.0.x/modules/render/src/Plugin/Action/Link.php?ref_type=heads#L152</a></p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>I suspect that many other textfields are affected by this problem. We'd need to increase the length also there. But this issue is just about the specific action to be fixed. We could create a follow-up for covering this in general.</p> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue