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 almost 9 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 almost 9 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Updated by Jean-Philippe Lang almost 9 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 almost 9 years ago
- Status changed from Resolved to Closed
Actions