From f289107d9931fb64396d2522190c526752708808 Mon Sep 17 00:00:00 2001 From: Jukka Ahonen Date: Thu, 16 Nov 2023 10:12:19 +0200 Subject: [PATCH] prevent editing email identifier in application editor --- src/plotSearch/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plotSearch/constants.js b/src/plotSearch/constants.js index da6892d2f..dc2d14bb0 100644 --- a/src/plotSearch/constants.js +++ b/src/plotSearch/constants.js @@ -110,6 +110,7 @@ export const PROTECTED_FORM_PATHS: ProtectedFormPathsSections = { 'etunimi', 'Sukunimi', 'henkilotunnus', + 'sahkoposti' ], }, 'yrityksen-tiedot': { @@ -117,6 +118,7 @@ export const PROTECTED_FORM_PATHS: ProtectedFormPathsSections = { fields: [ 'yrityksen-nimi', 'y-tunnus', + 'sahkoposti', ], }, },