Actions
Bug #870
closedAdd block is not allowed
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
A non-admin user cannot add a block on the dashboard. This seems independent of the permissions.
Started POST "/dashboards/3/add_block" for 192.168.2.117 at 2022-04-29 15:32:24 +0200
Processing by DashboardsController#add_block as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xpFY7YI873CWptQXzc6KqE6AxgbXBEPeTeZyLBaImtkpWTHBbP8kDqec65USJSJ8VbqtzrAWu29W6QWvZiflWw==", "block_id"=>"text__1", "id"=>"3"}
Current user: sina_frohwinkel (id=5)
Rendering common/error.html.erb within layouts/base
Rendered common/error.html.erb within layouts/base (0.6ms)
Rendered plugins/redmine_legal_notes/app/views/legal_notes/_base_html_head.html.erb (0.7ms)
Rendered plugins/redmine_project_types/app/views/redmine_project_types/_redmine_project_types_header_tags.html.erb (0.6ms)
Rendered plugins/redmine_project_types_relations/app/views/redmine_project_types_relations/_redmine_project_types_relations_header_tags.html.erb (0.4ms)
Rendered plugins/redmine_drawio/app/views/redmine_drawio/_macro_dialog.html.erb (0.5ms)
Filter chain halted as :authorize_global rendered or redirected
Completed 403 Forbidden in 91ms (Views: 46.4ms | ActiveRecord: 26.4ms)
Files
Updated by liaham almost 3 years ago
- Copied from Bug #843: Add block is not allowed added
Updated by liaham almost 3 years ago
- Target version changed from unreleased to 1.0.2
Actions