Rejected vs Refused
This commit is contained in:
parent
9d08619a61
commit
f13ac7d4a9
@ -339,11 +339,11 @@
|
||||
<LineSymbolizer stroke="#fff200" stroke-width="1.5" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Refused"</Filter>
|
||||
<Filter>[status] = "Rejected"</Filter>
|
||||
<PolygonSymbolizer fill="#e31d23"/>
|
||||
</Rule>
|
||||
<Rule>
|
||||
<Filter>[status] = "Refused"</Filter>
|
||||
<Filter>[status] = "Rejected"</Filter>
|
||||
<LineSymbolizer stroke="#e31d23" stroke-width="1.5" />
|
||||
</Rule>
|
||||
<Rule>
|
||||
|
@ -176,7 +176,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
{ color: '#53f5dd', text: 'Submitted' },
|
||||
{ color: '#16cf15', text: 'Approved' },
|
||||
{ color: '#fff200', text: 'Appeal In Progress' },
|
||||
{ color: '#e31d23', text: 'Refused' },
|
||||
{ color: '#e31d23', text: 'Rejected' },
|
||||
{ color: '#999999', text: 'Withdrawn' },
|
||||
{ color: '#eacad0', text: 'Unknown' },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user