Z-Push icon indicating copy to clipboard operation
Z-Push copied to clipboard

Meeting response instance ID is not passed to backend

Open mschering opened this issue 4 months ago • 1 comments

Describe the bug In this line the instanceid is taken from the request:

https://github.com/Z-Hub/Z-Push/blob/446e0466d7af1cb97a9fc945ffa2565d55f9b719/src/lib/request/meetingresponse.php#L65

But it's never passed to the backend:

https://github.com/Z-Hub/Z-Push/blob/446e0466d7af1cb97a9fc945ffa2565d55f9b719/src/lib/request/meetingresponse.php#L97

Making it impossible to handle a response for an instance of a recurring instance.

To Reproduce Approve an instance and the whole series is updated.

Expected behavior Only the instance should be updated

Logs

Server (please complete the following information):

  • OS: iOS
  • PHP Version: 8.2
  • Backend for: Group-Office
  • and Version: 2.7.3

mschering avatar Oct 03 '24 13:10 mschering