Vote #77961
完了Show action not allowed for time entries in closed projects
0%
説明
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.
journals
The attached patch is a proposal to fix this problem.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fix committed with a test, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Permissions and roles_17 にセット
- 対象バージョン を 3.2.5_124 にセット