Skip to content

Conversation

@grnd-alt
Copy link
Member

@grnd-alt grnd-alt commented Jun 20, 2025

resolves #6858

caused because id in activity.subject_rich[1].board.id for card events is a string now: #6898
but object_id in board events is still a number, so need a type cast in the filtering.
open for discussion to just change it in the php code to make it uniform, but this pr also works.

Signed-off-by: grnd-alt <github@belakkaf.net>
@grnd-alt
Copy link
Member Author

/backport to stable31

@grnd-alt grnd-alt merged commit 7799854 into main Jul 3, 2025
31 of 32 checks passed
@grnd-alt grnd-alt deleted the fix/activity-list-show-card-events branch July 3, 2025 08:45
@backportbot
Copy link

backportbot bot commented Jul 3, 2025

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31

# Create the new backport branch
git checkout -b backport/7071/stable31

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 3b620154

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7071/stable31

Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress
fatal: cherry-pick failed


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deck Activity overview no longer working

3 participants