Skip to content
Snippets Groups Projects
Commit 751f09ee authored by felmer's avatar felmer
Browse files

SSDM-7857: Add missing kind attribute for space entries in resourcelist

parent 2baf5baa
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ public class SpaceDeliverer extends AbstractEntityWithPermIdDeliverer ...@@ -54,6 +54,7 @@ public class SpaceDeliverer extends AbstractEntityWithPermIdDeliverer
startUrlElement(writer, "SPACE", code, space.getModificationDate()); startUrlElement(writer, "SPACE", code, space.getModificationDate());
startXdElement(writer); startXdElement(writer);
addAttribute(writer, "desc", space.getDescription()); addAttribute(writer, "desc", space.getDescription());
addKind(writer, "SPACE");
addRegistrationDate(writer, space); addRegistrationDate(writer, space);
addRegistrator(writer, space); addRegistrator(writer, space);
writer.writeEndElement(); writer.writeEndElement();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment