Skip to content

Commit

Permalink
SAK-31881 Printable list view of calendar doesn't include message (sa…
Browse files Browse the repository at this point in the history
  • Loading branch information
hunt-son authored and jonespm committed Oct 24, 2016
1 parent 7e5271d commit 6fb93de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6484,8 +6484,8 @@ protected void generateXMLEvent(Document doc, Element parent, CalendarEvent even
// If a "Faculty" extra field is present, then add the node.
writeStringNodeToDom(doc, eventElement, FACULTY_NODE, event.getField(FACULTY_EVENT_ATTRIBUTE_NAME));


// If a "Description" field is present, then add the node.
writeStringNodeToDom(doc, eventElement, DESCRIPTION_NODE, event.getDescription());

parent.appendChild(eventElement);
}
Expand Down

0 comments on commit 6fb93de

Please sign in to comment.