Favorite User Actions is Duplicated

Favorite User Actions is Duplicated

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]When a user marks a user-action as a "favorite" user-action, the menu of user (or entity) actions will then list the favorited action twice. See attachment for illustration. While both copies do the same thing, it can also cause confusion. Is there a way to prevent the duplicated menu item?[/font]

  • There does not seem to be a way to prevent users from adding favorites in the UI. You can delete the specific favorite by running something like:

    delete from favorite where type_of_favorite = Action and override_name = FavoritedUserActionName

    Note: This would not take effect until Service Host Manager has been restarted.

Sign In or Register to comment.