Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117872910
D99.1775331481.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
662 B
Referenced Files
None
Subscribers
None
D99.1775331481.diff
View Options
diff --git a/plugins/tasklist/tasklist.js b/plugins/tasklist/tasklist.js
--- a/plugins/tasklist/tasklist.js
+++ b/plugins/tasklist/tasklist.js
@@ -2516,7 +2516,7 @@
}
// tell server to send notifications
- if ((data.attendees.length || (rec.id && rec.attendees.length)) && allow_invitations && (notify.checked || invite.checked || need_invitation)) {
+ if ((has_attendees(data) || (rec.id && has_attendees(rec))) && allow_invitations && (notify.checked || invite.checked || need_invitation)) {
data._notify = settings.itip_notify;
data._comment = comment.val();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 7:38 PM (21 h, 45 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18830940
Default Alt Text
D99.1775331481.diff (662 B)
Attached To
Mode
D99: Fix bug where reply wasn't send to organizer on task status update (#5341)
Attached
Detach File
Event Timeline