Fix topmenu dropdown rendering, Recognise POINTs in Address Type
This commit is contained in:
@@ -293,6 +293,8 @@ class Address extends Model
|
||||
return 'NODE';
|
||||
case self::NODE_POINT:
|
||||
return 'POINT';
|
||||
case self::NODE_PVT:
|
||||
return 'PRIVATE';
|
||||
default:
|
||||
return '?';
|
||||
}
|
||||
|
Reference in New Issue
Block a user