Skip to content

Commit

Permalink
#800_1 order alphabet letter for categories
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 30, 2023
1 parent f47619f commit ac28e42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ elasticSearch {

attachement {
categories = [
[key:"General", value:"General"],
[key:"Management", value:"Management"],
[key:"National Best Practice Manual", value:"National Best Practice Manual"],
[key:"National Weed Management Guide", value:"National Weed Management Guide"],
[key:"National Strategic Plan", value:"National Strategic Plan"],
[key:"Management", value:"Management"],
[key:"Other Management Resources", value:"Other Management Resources"],
[key:"General", value:"General"]
[key:"National Weed Management Guide", value:"National Weed Management Guide"],
[key:"Other Management Resources", value:"Other Management Resources"]
]
}

0 comments on commit ac28e42

Please sign in to comment.