Skip to content

Commit

Permalink
remove default_order: asc for work package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Oct 28, 2024
1 parent 98be9c9 commit de91ae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/queries/work_packages/selects/property_select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def caption
},
parent: {
association: "ancestors_relations",
default_order: "asc",
sortable: false
},
status: {
Expand Down Expand Up @@ -96,7 +95,6 @@ def caption
version: {
association: "version",
sortable: "name",
default_order: "ASC",
groupable: "#{WorkPackage.table_name}.version_id"
},
start_date: {
Expand Down

0 comments on commit de91ae5

Please sign in to comment.