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
Only by editing the MRBS code. Edit functions_mail.inc and change lines 443-445 (approx) from
// Create a link to the entry, unless we're deleting it of course,// because then there won't be one.if (($action != "delete") && ($action != "reject"))
to
// Create a link to the entry, unless we're deleting it of course,
// because then there won't be one.
if (false)
Describe the problem you're facing/question you have
A clear and concise description of the problem you're facing, or the question you have.
Browser details (please complete the following information):
Server details (please complete the following information):
Additional context
Add any other context or screenshots about the feature request here.
Is there any option to remove the auto generated link to see view entry from email notification body
The text was updated successfully, but these errors were encountered: