Commit c8d5bf0 1 parent a46d76b commit c8d5bf0 Copy full SHA for c8d5bf0
File tree 1 file changed +2
-0
lines changed
webknossos-tracingstore/app/com/scalableminds/webknossos/tracingstore/annotation
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ object UpdateAction {
165
165
Json .obj(" name" -> " updateSegment" , " value" -> Json .toJson(s)(UpdateSegmentVolumeAction .jsonFormat))
166
166
case s : DeleteSegmentVolumeAction =>
167
167
Json .obj(" name" -> " deleteSegment" , " value" -> Json .toJson(s)(DeleteSegmentVolumeAction .jsonFormat))
168
+ case s : DeleteSegmentDataVolumeAction =>
169
+ Json .obj(" name" -> " deleteSegmentData" , " value" -> Json .toJson(s)(DeleteSegmentDataVolumeAction .jsonFormat))
168
170
case s : UpdateSegmentGroupsVolumeAction =>
169
171
Json .obj(" name" -> " updateSegmentGroups" , " value" -> Json .toJson(s)(UpdateSegmentGroupsVolumeAction .jsonFormat))
170
172
case s : UpdateMappingNameVolumeAction =>
You can’t perform that action at this time.
0 commit comments