-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
RemoveClassifiedEventActivity: check if calendar still exists #13503
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
Conversation
|
What about #13499 (comment)? |
|
Yeah that should be fixed since we now fetch the right principal |
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.
Diff makes sense 👍
Not tested yet, but trying to reproduce now
|
I did update our instance to 15.0.1, but I was not able to reproduce it. |
|
Mmmm this is weird. On my own setup the column names are correct. |
|
(i.e. this patch breaks them) |
|
maybe the problem comes from some events that do not have a proper principal uri set? |
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.
This does not work. The array does not have the table aliases on the entries
does not seem to be the correct fix
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|
||
| while ($row = $result->fetch()) { | ||
| if ($row['principaluri'] === null) { | ||
| continue; |
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.
Actually we should delete those right away. But I will add a new repair step to check this.
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.
Why wasn't this added to the SQL statement? 😉
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.
Makes sense!
|
/backport to stable15 |
|
/backport to stable14 |
|
/backport to stable13 |
|
backport to stable15 in #13506 |
|
backport to stable14 in #13507 |
|
backport to stable13 in #13508 |

Thnx for spotting @go2sh