Skip to content

Commit

Permalink
tweak(Calendar): detect new/add row correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Feb 20, 2025
1 parent 8d6156a commit bacd0e7
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 bacd0e7

Please sign in to comment.