Moved ticket_hook_position per default to left (be more human).
This commit is contained in:
parent
80307158b6
commit
d574a5164b
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ Setting.create_if_not_exists(
|
|||
},
|
||||
],
|
||||
},
|
||||
:state => 'left',
|
||||
:state => 'right',
|
||||
:frontend => false
|
||||
)
|
||||
Setting.create_if_not_exists(
|
||||
|
|
Loading…
Reference in a new issue