From b11c654dea6cbc3e33d639c15a158aa33ad45015 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Thu, 26 Oct 2023 15:10:36 +0200 Subject: [PATCH] view-templates: Revert incorrect change from previous commit The node ND-PartReservedExecution has been added in SDK 1.9.0, so we can't use it in earlier versions. As there are no structural changes around it, just bring back the affected lines as they were in SDK 1.8.0. --- view-templates/4.efx | 2 +- view-templates/5.efx | 2 +- view-templates/6.efx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view-templates/4.efx b/view-templates/4.efx index e40646f3a..7ba9cb8ed 100644 --- a/view-templates/4.efx +++ b/view-templates/4.efx @@ -78,7 +78,7 @@ 0 {BT-137-Part[(BT-632-Part is present) or (BT-124-Part is present)]} #{auxiliary|text|adhoc-communication} // Ad hoc communication channel {BT-632-Part} #{field|name|BT-632-Part}: ${BT-632-Part} // Tool Name (Part) {BT-124-Part} #{field|name|BT-124-Part}: ${BT-124-Part} // Tool Atypical URL (Part) - 7 {ND-PartReservedExecution[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) + 7 {BT-137-Part[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) {BT-736-Part[BT-736-Part != 'no']} #{field|name|BT-736-Part}: #{BT-736-Part} // Reserved Execution (PART) 8 {ND-PartTenderingProcess[(BT-765-Part != 'none') or (BT-766-Part != 'none')]} #{auxiliary|text|techniques} // 3.1.8 Techniques {BT-765-Part[BT-765-Part != 'none']} #{auxiliary|text|framework-agreement} #{BT-765-Part} // Information about framework agreement (PART) diff --git a/view-templates/5.efx b/view-templates/5.efx index 5205ec1fa..70515265a 100644 --- a/view-templates/5.efx +++ b/view-templates/5.efx @@ -79,7 +79,7 @@ 0 {BT-137-Part[(BT-632-Part is present) or (BT-124-Part is present)]} #{auxiliary|text|adhoc-communication} // Ad hoc communication channel {BT-632-Part} #{field|name|BT-632-Part}: ${BT-632-Part} // Tool Name (Part) {BT-124-Part} #{field|name|BT-124-Part}: ${BT-124-Part} // Tool Atypical URL (Part) - 7 {ND-PartReservedExecution[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) + 7 {BT-137-Part[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) {BT-736-Part[BT-736-Part != 'no']} #{field|name|BT-736-Part}: #{BT-736-Part} // Reserved Execution (PART) 8 {ND-PartTenderingProcess[(BT-765-Part != 'none') or (BT-766-Part != 'none')]} #{auxiliary|text|techniques} // 3.1.8 Techniques {BT-765-Part[BT-765-Part != 'none']} #{auxiliary|text|framework-agreement} #{BT-765-Part} // Information about framework agreement (PART) diff --git a/view-templates/6.efx b/view-templates/6.efx index 8140ff2cb..6941b8968 100644 --- a/view-templates/6.efx +++ b/view-templates/6.efx @@ -80,7 +80,7 @@ 0 {BT-137-Part[(BT-632-Part is present) or (BT-124-Part is present)]} #{auxiliary|text|adhoc-communication} // Ad hoc communication channel {BT-632-Part} #{field|name|BT-632-Part}: ${BT-632-Part} // Tool Name (Part) {BT-124-Part} #{field|name|BT-124-Part}: ${BT-124-Part} // Tool Atypical URL (Part) - 7 {ND-PartReservedExecution[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) + 7 {BT-137-Part[BT-736-Part is present]} #{auxiliary|text|procurement-terms} // 3.1.7 Procurement Terms (PART) {BT-736-Part[BT-736-Part != 'no']} #{field|name|BT-736-Part}: #{BT-736-Part} // Reserved Execution (PART) 8 {ND-PartTenderingProcess[(BT-765-Part != 'none') or (BT-766-Part != 'none')]} #{auxiliary|text|techniques} // 3.1.8 Techniques {BT-765-Part[BT-765-Part != 'none']} #{auxiliary|text|framework-agreement} #{BT-765-Part} // Information about framework agreement (PART)