[Issue Board Sorting] Set position for newly created issues
This commit is contained in:
parent
800f2a722f
commit
3b69196a49
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module Issues
|
|||
|
||||
def before_create(issue)
|
||||
spam_check(issue, current_user)
|
||||
issue.move_to_end
|
||||
end
|
||||
|
||||
def after_create(issuable)
|
||||
|
|
Loading…
Reference in a new issue