|
|
@ -35,15 +35,15 @@ export class ProjectDTO { |
|
|
|
this.updatedAt = item.updatedAt |
|
|
|
this.author = item.author |
|
|
|
this.enableRandomOrder = item.randomOrder |
|
|
|
this.enableShareAnnotation = item.collaborativeAnnotation |
|
|
|
this.enableShareAnnotation = item.enableSharingMode |
|
|
|
this.singleClassClassification = item.exclusiveCategories |
|
|
|
this.tags = item.tags |
|
|
|
this.canDefineLabel = item.canDefineLabel |
|
|
|
this.canDefineRelation = item.canDefineRelation |
|
|
|
this.canDefineCategory = item.canDefineCategory |
|
|
|
this.isTextProject = item.isTextProject |
|
|
|
this.allowOverlapping = item.allowOverlapping |
|
|
|
this.graphemeMode = item.graphemeMode |
|
|
|
this.allowOverlapping = item.allowOverlappingSpans |
|
|
|
this.graphemeMode = item.enableGraphemeMode |
|
|
|
this.hasCategory = item.canDefineCategory |
|
|
|
this.hasSpan = item.canDefineSpan |
|
|
|
this.taskNames = item.taskNames |
|
|
|