Increase article fixtures

This commit is contained in:
2020-10-01 15:51:36 +02:00
parent 269bf09c66
commit 46ee98c97f
2 changed files with 14 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ object ArticlesPaths {
val tags: List<String> = emptyList(),
val draft: Boolean = false,
val versionId: UUID?,
val workgroup: WorkgroupRef?
val workgroup: WorkgroupRef? = null
)
private val workgroupRepository: WorkgroupRepository by inject()