ConstructionConsent added result type "moved"
This commit is contained in:
@@ -187,7 +187,7 @@ class ConstructionConsentOwnerController extends mfBaseController
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!in_array($new_result, ['open', 'accepted', 'denied', 'unresolvable'])) {
|
||||
if(!in_array($new_result, ['open', 'accepted', 'denied', 'unresolvable', 'moved'])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user