Actions
Defect #24297
closedShow action not allowed for time entries in closed projects
Status:
Closed
Priority:
Normal
Assignee:
Category:
Permissions and roles
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
It is currently not possible to GET /time_entries/123.xml
for closed projects even with the correct permissions.
In the TimelogController
currently checks if the time entry is editable for the current user on show
, edit
and update
. This means show
doesn't work for closed projects as the time entry is then not editable.
Files
Actions