Actions
Bug #314
closedAdmin is not allowed to edit spreadsheet row
Start date:
04/28/2021
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
There is a typo in SpreadsheetRowsController:
before_action :authorize, expept: :index
Updated by Anonymous almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:redmine_table_calculation|05f264286d2ea86de7250f56dc11dbbd21b470b6.
Updated by liaham almost 4 years ago
Fixes also a related problem:
SpreadsheetRowResultsController does not allow to create, edit, and update even for admin.
Actions