Skip to content

Commit

Permalink
view-templates: Revert incorrect change from previous commit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bertrand-lorentz committed Oct 26, 2023
1 parent b7eb860 commit b11c654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion view-templates/4.efx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion view-templates/5.efx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion view-templates/6.efx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b11c654

Please sign in to comment.