mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
D is for delegated, not declined
This commit is contained in:
parent
def658f3f2
commit
983a72b3ab
@ -543,7 +543,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
||||
}
|
||||
|
||||
var participant_status = {A: 0, R: 0, T: 0, U: 0, D: 0};
|
||||
var status_label = {A: 'accepted', R: 'rejected', T: 'tentative', U: 'unknown', D: 'declined'};
|
||||
var status_label = {A: 'accepted', R: 'rejected', T: 'tentative', U: 'unknown', D: 'delegated'};
|
||||
var participant_summary = Object.keys(this.options.value.participants).length + ' ' + this.egw().lang('Participants')+': ';
|
||||
var status_totals = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user