Skip to content

Commit

Permalink
Merge pull request #12008 from owncloud/fix/missing-activities-shared…
Browse files Browse the repository at this point in the history
…-with-me-page

fix: add missing activities on Shared with me page
  • Loading branch information
JammingBen authored Dec 5, 2024
2 parents f0efa17 + 203b49d commit 04608b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Missing activities on Shared with me page

We've added the missing activities on the Shared with me page.

https://github.com/owncloud/web/pull/12008
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default defineComponent({
const loadActivitiesTask = useTask(function* (signal) {
activities.value = yield* call(
clientService.graphAuthenticated.activities.listActivities(
`itemid:${unref(resource).id} AND limit:${activitiesLimit} AND sort:desc`,
`itemid:${unref(resource).fileId} AND limit:${activitiesLimit} AND sort:desc`,
{ signal }
)
)
Expand Down

0 comments on commit 04608b9

Please sign in to comment.