Is there already an issue for this bug?
Current behavior
On the /timesheet/[...params] page, when trying to interact with a manual time log using the dot menu (...), several errors occur:
When clicking Change Status , we get the following error toast:
Mutation Error: Forbidden resource
When toggling the Billable switch, we get:
Mutation Error: Failed to update manual time log
When clicking Delete and confirming the deletion in the modal:
Nothing happens.
The button shows a loading state briefly, but no success message or visual feedback is shown.
The time log is not removed.
This makes it impossible to manage manual time logs from the Timesheet UI.
What I expected was:
To be able to successfully update the time log status or billable value.
To see proper feedback after deleting a time log (and the log should disappear from the list).
screencast-localhost_3030-2025_06_27-09_08_00.webm
Steps to reproduce
Go to /timesheet/[...params]
Click on the ... button of any manual time log
Click Change Status
Observe toast error: Forbidden resource
Try toggling the Billable switch
Observe toast error: Failed to update manual time log
Try clicking Delete , confirm in modal
Nothing happens, and the time log is not deleted
Environment
Development
Browser
Google Chrome
Operating System
macOS
Version
v0.117.2
Relevant logs
Mutation Error: Forbidden resource
Mutation Error: Failed to update manual time log
`
Additional information
The issue happens for multiple users and affects all manual time logs on the Timesheet page.
It may be related to permission or incorrect API handling for manual time logs.
Is there already an issue for this bug?
Current behavior
On the
/timesheet/[...params]page, when trying to interact with a manual time log using the dot menu (...), several errors occur:This makes it impossible to manage manual time logs from the Timesheet UI.
What I expected was:
screencast-localhost_3030-2025_06_27-09_08_00.webm
Steps to reproduce
/timesheet/[...params]...button of any manual time logForbidden resourceFailed to update manual time logEnvironment
Development
Browser
Google Chrome
Operating System
macOS
Version
v0.117.2
Relevant logs
Additional information