Skip to content

Commit

Permalink
BIM seeder: Improve order and sorting of some views [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wielinde committed Sep 9, 2019
1 parent 667b165 commit ab71e1b
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions modules/bim_seeder/config/locales/en.seeders.bim.yml
Expand Up @@ -109,8 +109,15 @@ en:
- name: Project plan
status: open
timeline: true
sort_by: id
sort_by: start_date
hierarchy: true
columns:
- id
- type
- status
- subject
- start_date
- due_date
- name: Milestones
status: open
type: :default_type_milestone
Expand All @@ -122,7 +129,7 @@ en:
- subject
- start_date
- due_date
sort_by: id
sort_by: start_date
- name: Tasks
status: open
type: :default_type_task
Expand Down Expand Up @@ -169,8 +176,15 @@ en:
- name: Project plan
status: open
timeline: true
sort_by: id
sort_by: start_date
hierarchy: true
columns:
- id
- type
- status
- subject
- start_date
- due_date
- name: Milestones
status: open
type: :default_type_milestone
Expand All @@ -182,7 +196,7 @@ en:
- subject
- start_date
- due_date
sort_by: id
sort_by: start_date
- name: Tasks
status: open
type: :default_type_task
Expand Down Expand Up @@ -543,8 +557,15 @@ en:
- name: Project plan
status: open
timeline: true
sort_by: id
sort_by: start_date
hierarchy: true
columns:
- id
- type
- status
- subject
- start_date
- due_date
- name: Milestones
status: open
type: :default_type_milestone
Expand All @@ -556,7 +577,7 @@ en:
- subject
- start_date
- due_date
sort_by: id
sort_by: start_date
- name: Tasks
status: open
type: :default_type_task
Expand Down Expand Up @@ -1031,6 +1052,13 @@ en:
timeline: true
sort_by: start_date
hierarchy: true
columns:
- id
- type
- status
- subject
- start_date
- due_date
- name: Milestones
status: open
type: :default_type_milestone
Expand Down

0 comments on commit ab71e1b

Please sign in to comment.