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
Updated by Felix Schäfer about 8 years ago
- File 24297.patch 24297.patch added
The attached patch is a proposal to fix this problem.
Updated by Jan from Planio www.plan.io about 8 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next minor release to 3.2.5
- Resolution set to Fixed
Fix committed with a test, thanks.
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from Resolved to Closed
Actions