diff --git a/services/web/public/src/main/project-list/project-list.js b/services/web/public/src/main/project-list/project-list.js index 58f1395627..5ba2ede256 100644 --- a/services/web/public/src/main/project-list/project-list.js +++ b/services/web/public/src/main/project-list/project-list.js @@ -393,7 +393,10 @@ define(['base'], function(App) { $scope.projects.push({ name, _id: data.project_id, - accessLevel: 'owner' + accessLevel: 'owner', + owner: { + _id: window.user_id + } // TODO: Check access level if correct after adding it in // to the rest of the app })