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
Alerts should not assume record object_id is a post and should display alert actions based on the proper connector.
Actual Behavior
Alerts assume $recordarr['object_id'] is always a post and as a result offer a confusing message and "Edit %s" link, even if the object_id represents a user ID (or similar).
Steps to Reproduce the Problem
Create an Email or Slack alert on the User -> Profiles action
Edit a user's profile
View message sent
Sample message
If the user ID matched a post ID, you'll see a message like this:
Bug Report
Expected Behavior
Alerts should not assume record
object_id
is a post and should display alert actions based on the proper connector.Actual Behavior
Alerts assume
$recordarr['object_id']
is always a post and as a result offer a confusing message and "Edit %s" link, even if the object_id represents a user ID (or similar).Steps to Reproduce the Problem
Create an Email or Slack alert on the
User
->Profiles
actionEdit a user's profile
View message sent
Sample message
If the user ID matched a post ID, you'll see a message like this:
System Information
The text was updated successfully, but these errors were encountered: