From d2b2486afb5a50ace08bc416be87a1ead12abe3c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 27 Jul 2019 08:13:23 +0200 Subject: Fix display of own projects on the starred projects user profile tab --- app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 2e142a9ecf4..91e0efcf45f 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -153,7 +153,7 @@ class UsersController < ApplicationController end def load_starred_projects - @starred_projects = starred_projects.joined(user) + @starred_projects = starred_projects prepare_projects_for_rendering(@starred_projects) end -- cgit v1.2.1