Commit 99ec3469 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch '337432-remove-due_date_order_desc-scope' into 'master'

Remove unused due_date_order_desc scope

See merge request gitlab-org/gitlab!73928
parents a18c12f6 6a263233
......@@ -56,7 +56,6 @@ module EE
before_destroy :check_if_can_be_destroyed
scope :due_date_order_asc, -> { order(:due_date) }
scope :due_date_order_desc, -> { order(due_date: :desc) }
scope :upcoming, -> { with_state(:upcoming) }
scope :current, -> { with_state(:current) }
scope :closed, -> { with_state(:closed) }
......
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