maxrossello / redmine_app_timesheets

A true timesheet plugin using orders, not bound to timelogs over issues
GNU General Public License v2.0
32 stars 10 forks source link

Postgresql: user removed from Order can edit the timesheet #65

Closed maxrossello closed 8 years ago

maxrossello commented 9 years ago

Setup: The user is removed from a native Order by the administrator after having added some timelogs User Actions: User opens timesheet Expected Results: Order should not be visible in the dropdown box & user should not be able to add more time to this order in their time sheet. Row should be coloured grey.

The test passes on MySql. On Postgresql, the Order is not visible in the dropdown box as expected, but the user is able to add more time to the order and the order row is not grey.

maxrossello commented 8 years ago

This issue resolved through referenced issue