You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there,
After configuring RDVZ to send emails, I noticed that emails were sending broken links (as well as displaying broken links within meeting pages).
To fix this issue I made 2 changes to 2 classes within the application.
Within apps/frontend/module/meeting/templates/_notif_new_meeting.php I made the following changes.
getHash()?> .
Within apps/frontend/module/meeting/templates/showSuccess I made the following changes.
<
input type="text" class="search url_meet" readonly="readonly" value="getHash() ?>" />
Hope this helps anyone having the same problem with broken/incorrect format links
The text was updated successfully, but these errors were encountered:
Hello there,
After configuring RDVZ to send emails, I noticed that emails were sending broken links (as well as displaying broken links within meeting pages).
To fix this issue I made 2 changes to 2 classes within the application.
Within apps/frontend/module/meeting/templates/_notif_new_meeting.php I made the following changes.
getHash()?> .Within apps/frontend/module/meeting/templates/showSuccess I made the following changes.
<
input type="text" class="search url_meet" readonly="readonly" value="getHash() ?>" />
Hope this helps anyone having the same problem with broken/incorrect format links
The text was updated successfully, but these errors were encountered: