From 9a8623748f3604ba9100d2182d265ff09506260f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 22 May 2019 08:40:48 -0400 Subject: [PATCH] Don't flag private data only buildings that are also offices (close #6404) Flag private data on building=houseboat --- modules/validations/private_data.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/validations/private_data.js b/modules/validations/private_data.js index 9ae54241f..3996c0c67 100644 --- a/modules/validations/private_data.js +++ b/modules/validations/private_data.js @@ -12,6 +12,7 @@ export function validationPrivateData() { detached: true, farm: true, house: true, + houseboat: true, residential: true, semidetached_house: true, static_caravan: true @@ -23,6 +24,7 @@ export function validationPrivateData() { craft: true, historic: true, leisure: true, + office: true, shop: true, tourism: true };