From ccd0dc7ba8932b34d362bc48af9345042debc9ea Mon Sep 17 00:00:00 2001 From: imerabishvili <144257054+imerabishvili@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:07:03 +0400 Subject: [PATCH] [MODFIN-358] - Add tenantId to the locations schema for restrict by Fund functionality (#244) [MODFIN-358] - Add tenantId to the locations schema for restrict by Fund functionality --- descriptors/ModuleDescriptor-template.json | 4 ++-- ramls/acq-models | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 9f6c50ee..bd147774 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -149,7 +149,7 @@ }, { "id": "finance.funds", - "version": "2.0", + "version": "3.0", "handlers": [ { "methods": ["GET"], @@ -896,7 +896,7 @@ }, { "id": "finance-storage.funds", - "version": "4.0" + "version": "5.0" }, { "id": "finance-storage.fiscal-years", diff --git a/ramls/acq-models b/ramls/acq-models index 264917d8..51bf89a7 160000 --- a/ramls/acq-models +++ b/ramls/acq-models @@ -1 +1 @@ -Subproject commit 264917d88c6847a54c588102ab5b58ea933f02cc +Subproject commit 51bf89a771c391ef4da4abf076bcd39e0a756ea5