From fe19d45e04478221af73f17c0667688080e89e95 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 30 Oct 2025 19:13:37 +0100 Subject: [PATCH 1/2] - added new archivation category; --- .idea/.name | 1 + src/configData.js | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .idea/.name diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..8e44cc2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +configData.js \ No newline at end of file diff --git a/src/configData.js b/src/configData.js index 3f8ee31..0a0ebc1 100644 --- a/src/configData.js +++ b/src/configData.js @@ -252,6 +252,11 @@ export const classificationType = [ 'name': 'LETTERA TRASPARENZA', 'idTipoprotocollo': 2 }, + { + 'idClassificazione': 212, + 'name': 'LETTERA ACCETTAZIONE DELIBERA PROTOCOLLO', + 'idTipoprotocollo': 2 + }, { 'idClassificazione': 205, 'name': 'CONTRATTO', From 3e02d54514407fa5bcf339910f9c9549ef78e758 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 31 Oct 2025 10:19:52 +0100 Subject: [PATCH 2/2] - updated property for arch categpry 200; --- src/configData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configData.js b/src/configData.js index 0a0ebc1..7dbd299 100644 --- a/src/configData.js +++ b/src/configData.js @@ -240,7 +240,7 @@ export const classificationType = [ { 'idClassificazione': 200, 'name': 'LETTERA ACCETTAZIONE DELIBERA', - 'idTipoprotocollo': 2 + 'idTipoprotocollo': 1 }, { 'idClassificazione': 201,