This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Edu-Sharing-Integration: Kommentar und Status Spalte vertauschen"

Compare and
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -192,8 +192,8 @@ public class EduSharingService {
.map(child ->
new EduSharingWorkflowDTO(
Instant.ofEpochMilli(child.get("time").asLong()),
child.get("comment").asText(),
child.get("status").asText()
child.get("status").asText(),
child.get("comment").asText()
)
)
.collect(Collectors.toList());