-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.4.2
-
Component/s: None
Offending code at line 111 of MoveAttachmentAction should be:
if (TextUtils.stringSet(newComment) && (getAttachment().getComment() == null || !getAttachment().getComment().equals(newComment)))
getAttachment().setComment(newComment);