Clean up OL view model

This commit is contained in:
Alasdair Smith 2017-10-30 15:07:59 +00:00
parent dfe17d63ba
commit 3f422dc48c

View file

@ -442,10 +442,8 @@ module.exports = ProjectController =
id: project.id
name: project.title
lastUpdated: moment.unix(project.updated_at)
# publicAccessLevel:
# accessLevel:
accessLevel: "readOnly",
archived: project.removed || project.archived
# owner_ref:
isOLProject: true
}