You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} elseif (descriptionInDB == null && !isUpdate) { // Attachment contained description during upload and it was changed before saving or description was added before save handler (create) was called
661
+
} elseif (descriptionInDB == null
662
+
&& !isUpdate) { // Attachment contained description during upload and it was changed before
663
+
// saving or description was added before save handler (create) was called
0 commit comments