Fix tracking report type through the system
This commit is contained in:
parent
5cfd16e6a0
commit
28714b06b8
3 changed files with 5 additions and 1 deletions
|
|
@ -106,6 +106,8 @@ func resourceString(t ResourceType) string {
|
|||
switch t {
|
||||
case TypeRMONuisance:
|
||||
return "rmo:nuisance"
|
||||
case TypeRMOReport:
|
||||
return "rmo:report"
|
||||
case TypeRMOWater:
|
||||
return "rmo:water"
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue