From bc88094a1d78ceb1d609bff2435102afdd0774f9 Mon Sep 17 00:00:00 2001 From: hongwei Date: Wed, 16 Feb 2022 11:48:12 +0100 Subject: [PATCH] feature/added the delete functions the updateUserAccountViews - step3 add a TODO --- obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala b/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala index 3890743cb..e978dc87a 100644 --- a/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala +++ b/obp-api/src/main/scala/code/model/dataAccess/AuthUser.scala @@ -1307,6 +1307,7 @@ def restoreSomeSessions(): Unit = { val csbNewBankAccountViewIds = cbsBankAccountViewIds diff obpBankAccountViewIds //1rd remove the deprecated accounts + //TODO. need to double check if we need to clean accountidmapping table, account meta data (MappedTag) .... for{ cbsRemovedBankAccountId <- cbsRemovedBankAccountViewIds bankId = BankId(cbsRemovedBankAccountId._1)