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)


Added by Alim Özdemir at 2012-04-05 09:56 am. Updated at 2012-04-07 02:05 pm.


Status:Closed Start date:2012-04-05
Priority:Normal Due date:
Assignee:Felix Schäfer % Done:

0%

Category:Permissions
Target version:3.2.0
Remote issue URL: Affected version:master

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

Revision 68fe7856
Added by Jean-Philippe Lang at 2008-03-31 11:48 pm

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

Revision 8f06b77c
Added by Felix Schäfer at 2012-04-07 03:59 pm

correct 'edit own issue notes' permission #966

History

Updated by Felix Schäfer at 2012-04-07 02:05 pm

Corrected in 8f06b77, it seems the fix for #888 didn't fix it quite correctly :-)

  • Target version set to 3.2.0
  • Assignee set to Felix Schäfer
  • Category set to Permissions
  • Status changed from Open to Closed

Also available in: Atom PDF