quietone → credited iyyappan.govind → .
@mark_fullmer,
Thank you for the excellent module.
I've tested this issue on my local environment. I noticed that the URL alias is visible on the node view page. It seems that this conversion is being facilitated by the Filter plugin. However, in cases of Headless or decoupled architecture, the Canonical URL pattern may still be displayed. This is because the canonical URL is stored strongly in the database.
I believe it is necessary to save the URL alias directly in the database instead of canonical URL.
Thanks
I have added you as a maintainer. Please feel free to work on this module and let me know if you need any support. Thanks
apaderno → credited iyyappan.govind → .
Hi jrockowitz,
I understand your point and I agree with you. But think about the case like, content editor or content manager are using resend page effectively and frequently to send an email to webform submition user. Content edtior would like to send an proper email based on the State field (custom field) which has nearly 20 state and 20 individual email handlers. In this case if we list 20 email handlers then the editor or site builder will get confusion and there is possibility to choose wrong email handler which is not relevant to current state (hence we are allowing any field in conditions to add it). Looking forward your response.
If handlers satifies all the conditions then status should be enabled. If we show status disabled then it is confusing. So if all conditions are met then I set status true in the patch.
iyyappan.govind → created an issue.
@kevinquillen,
Removed unused protected variable $corsConfig
controller class and updated the patch. Please review the patch.
Thanks!!