- Issue created by @coaston
- π©πͺGermany geek-merlin Freiburg, Germany
Hmm, the description is too vague to tell.
The module can only do its work when the link is part of the drupal outbound rewrite machinery, so a plain text area won't work.
Hmm yes, we should add that to the docs (blink blink).
If your link is part of filtered text, then this module may help: https://www.drupal.org/project/renderfilter β - πΈπ°Slovakia coaston
Hi geek-merlin
Thank you - renderfilter does the trick and once enabled in /config/content/formats I can click on button from Views - Global: Text area.
However once it is enabled i can see following warning :
Warning: Undefined array key "core.entity_form_display.node.your_custom_display " in Drupal\Core\Cache\DatabaseBackend->getMultiple() (line 121 of core/lib/Drupal/Core/Cache/DatabaseBackend.php).
Warning: Undefined array key "" in Drupal\Core\Config\CachedStorage->readMultiple() (line 111 of core/lib/Drupal/Core/Config/CachedStorage.php).I am using module : Form Mode Control β and it seems this module has some issues with yours renderfilter one. However not sure if that issue should be raised in form mode control to make support for form mode control, or in renderfilter.
Due to that warnings I had to disable back renderfilter.
- π©πͺGermany geek-merlin Freiburg, Germany
Thanks for reporting back!
Please switch on "full backtrace" in your error reporting and open an issue with the full backtrace in the other module!
- πΈπ°Slovakia coaston
Hi geek-merlin.
I have disabled renderfilter module already. I found a workaround which works with Views - Global: Text area as follow:
{{ attach_library('core/drupal.dialog.ajax') }} <p><a class="use-ajax" data-dialog-type="modal" data-dialog-options="{"width":1200, "title":"New Ticket"}" href="/node/add/ticket?display=esc_user">New Ticket</a></p>