From da09fb262792a5c44d8dcd7310fbb57c009cd7df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sun, 17 Apr 2016 16:29:49 +0200 Subject: [PATCH] TODO: Implement gAddressExt group --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TODO b/TODO index 2372ed7..d8ca884 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,21 @@ +* Implement news from 2016-02-07 + tCreateDBInput/dbOwnerInfo changed type from tDbOwnerInfo to tDbOwnerInfoExt + tDbOwnerInfoExt type contains gAddressExt group instead of gAddress + gAddressExt adds adDistrict and adAMCode elements + It affects CreateDataBox service + tDbUsersArray/dbUserInfo element changed type from tDbUserInfo to + tDbUserInfoExt + tDbUserInfoExt type contains gAddressExt group instead of gAddress + tUpdateDBInput/dbOldOwnerInfo and tUpdateDBInput/dbOldOwnerInfo changed + types from tDbOwnerInfo to tDbOwnerInfoExt + It affects UpdateDataBoxDescr service + tAddDBUserInput/dbOwnerInfo changed type from tDbOwnerInfo to + tDbOwnerInfoExt + tAddDBUserInput/dbUserInfo changed type from tDbUserInfo to + tDbOwnerInfoExt + It affects AddDataBoxUser service + All tUpdDBUserInput elements changed type from nonExt to Ext types + It affects UpdateDataBoxUser service * Test Re-signISDSDocument service Testing instance seems refusing any input as not-a-message * Implement news from 2012-07-29 -- 2.11.4.GIT