Skip to content

Commit

Permalink
fix(calendar): restore [SOGoAppointmentObject resourceHasAutoAccepted]
Browse files Browse the repository at this point in the history
Fixes #4923
  • Loading branch information
cgx committed Jan 16, 2020
1 parent 047a98b commit d8fab6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SoObjects/Appointments/SOGoAppointmentObject.m
Expand Up @@ -2532,4 +2532,9 @@ - (id) PUTAction: (WOContext *) _ctx
return response;
}

- (BOOL) resourceHasAutoAccepted
{
return _resourceHasAutoAccepted;
}

@end /* SOGoAppointmentObject */

0 comments on commit d8fab6b

Please sign in to comment.