Commit 3b69196a authored by Valery Sizov's avatar Valery Sizov

[Issue Board Sorting] Set position for newly created issues

parent 800f2a72
...@@ -13,6 +13,7 @@ module Issues ...@@ -13,6 +13,7 @@ module Issues
def before_create(issue) def before_create(issue)
spam_check(issue, current_user) spam_check(issue, current_user)
issue.move_to_end
end end
def after_create(issuable) def after_create(issuable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment