Skip to content

* Added functionality so that admins can delete all highlights and users who...

  • Added functionality so that admins can delete all highlights and users who posted the highlight can delete their own.
  • Added functionality so that only admins can add tags to a post and only users who created the post can delete it.
  • There is some additional checking on this to ensure that the user who created a post created it locally. Two user IDs could overlap between the local and foreign servers. So only users who created their post locally can modify it. Admins can delete or tag any post at any time.
  • Fixed an issue while working on this where the correct user information wasn't being loaded on singleHighlight.blade.php.

Merge request reports