Skip to content

Commit

Permalink
Merge branch 'pu/cw/tweakNewAttendeeRow' into 'main'
Browse files Browse the repository at this point in the history
tweak(Calendar): detect new/add row correctly

See merge request tine20/tine20!6621
  • Loading branch information
corneliusweiss committed Feb 20, 2025
2 parents 8d6156a + bacd0e7 commit b668cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Calendar/js/AttendeeGridPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ Tine.Calendar.AttendeeGridPanel = Ext.extend(Ext.grid.EditorGridPanel, {
o.record.reject();
this.startEditing(o.row, o.column);
} else if (o.value || type === 'email') {
o.record.setId(String(o.record.id).replace(/new-/, ''));
// set status authkey for contacts and recources so user can edit status directly
// NOTE: we can't compute if the user has editgrant to the displaycontainer of an account here!
// WELL we could add the info to search attendee somehow
Expand Down

0 comments on commit b668cdc

Please sign in to comment.