ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
"edit own notes" fails since 3.1.0 (Bug #966)
Description
Activating the permission of "edit own notes", enables the edit icon on the notes.
Nothing happens however when clicking on it.
The log says:
Processing JournalsController#edit (for xxxxx at 2012-04-05 11:43:24) [GET]
Parameters: {"action"=>"edit", "id"=>"5874", "controller"=>"journals"}
Completed in 19ms (View: 0, DB: 1) | 403 Forbidden [http://xxxxx/journals/edit/5874]
instead of (when granting "edit notes":
Processing JournalsController#edit (for xxxxx at 2012-04-05 11:42:45) [GET]
Parameters: {"action"=>"edit", "id"=>"5874", "controller"=>"journals"}
Rendering journals/edit
Completed in 24ms (View: 7, DB: 1) | 200 OK [http://xxxxx/journals/edit/5874]
Related issues
related to Bug #888: Cannot edit note | Closed | 2012-02-15 |
Associated revisions
Move repetitive calendar include code from views into helper (patch #966 by Peter Suschlik).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1315 e93f8b46-1217-0410-a6f0-8f06a7374b81
correct 'edit own issue notes' permission #966
History
Updated by Felix Schäfer at 2012-04-07 02:05 pm
- Target version set to 3.2.0
- Assignee set to Felix Schäfer
- Category set to Permissions
- Status changed from Open to Closed