-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Make out of office replacement nullable #46273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it absolutely necessary to change this, given that it introduces two breaking changes of OCP and REST?
Or am I missing something and the changes are not breaking because they have never been released so far? |
Yes it was never released |
Alright then, just need to properly generate the OpenAPI changes 👍 |
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
b61c049
to
85a3b27
Compare
@@ -76,14 +76,14 @@ public function getMessage(): string; | |||
* | |||
* @since 30.0.0 | |||
*/ | |||
public function getReplacementUserId(): string; | |||
public function getReplacementUserId(): ?string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hamza221 Please document in https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.html#id1
(all changes in lib/public/)
Summary
Make
$replacementUserId
andreplacementUserDisplayName
nullableChecklist