Skip to content

Commit

Permalink
Merge pull request #2 from hmcts/RDM-12421
Browse files Browse the repository at this point in the history
Rdm-12421 Add display title to state column
  • Loading branch information
noronhaa authored Jun 7, 2021
2 parents b5e67f3 + 60e4056 commit e8ab2b3
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 25 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply plugin: 'java'

def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.0.0-SNAPSHOT"
def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.1.0"

group 'com.github.hmcts'

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_1",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_1",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : "CUSTOM TITLE DISPLAY"
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_15",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_15",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_2",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_2",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_3",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_3",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_4",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_4",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_5",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_5",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_6",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_6",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
"ID" : "TODO",
"Name" : "To do",
"Description" : "",
"DisplayOrder" : 1
"DisplayOrder" : 1,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_8",
"ID" : "IN_PROGRESS",
"Name" : "In progress",
"Description" : "",
"DisplayOrder" : 2
"DisplayOrder" : 2,
"TitleDisplay" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"CaseTypeID" : "AAT_AUTH_8",
"ID" : "DONE",
"Name" : "Done",
"Description" : "",
"DisplayOrder" : 3
"DisplayOrder" : 3,
"TitleDisplay" : ""
} ]

0 comments on commit e8ab2b3

Please sign in to comment.