Home project: allow commenting on nodes.

This is only set up correctly for new home projects. Existing home projects
should be migrated using a yet-to-be-written script.
This commit is contained in:
2016-07-13 15:40:41 +02:00
parent 158c7665e4
commit a844f1ddda
3 changed files with 48 additions and 5 deletions

View File

@@ -337,6 +337,10 @@ class HomeProjectTest(AbstractPillarTest):
class HomeProjectUserChangedRoleTest(AbstractPillarTest):
def setUp(self, **kwargs):
AbstractPillarTest.setUp(self, **kwargs)
self.create_standard_groups()
def test_without_home_project(self):
from application.modules.blender_cloud import home_project