Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -1,8 +1,8 @@
|
|||
class ReplaceMoveIssuesPermission < ActiveRecord::Migration
|
||||
class ReplaceMoveIssuesPermission < ActiveRecord::Migration[4.2]
|
||||
def self.up
|
||||
Role.all.each do |role|
|
||||
if role.has_permission?(:edit_issues) && !role.has_permission?(:move_issues)
|
||||
# inserts one ligne per trakcer and status
|
||||
# inserts one line per tracker and status
|
||||
rule = WorkflowPermission.connection.quote_column_name('rule') # rule is a reserved keyword in SQLServer
|
||||
WorkflowPermission.connection.execute(
|
||||
"INSERT INTO #{WorkflowPermission.table_name} (tracker_id, old_status_id, role_id, type, field_name, #{rule})" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue