Skip to content

Commit

Permalink
Merge pull request #42 from AtlasOfLivingAustralia/feature/#800_1
Browse files Browse the repository at this point in the history
#800_1 order alphabet letter for categories
  • Loading branch information
temi authored Nov 30, 2023
2 parents f47619f + ac28e42 commit fbe7951
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 fbe7951

Please sign in to comment.