Skip to content

Commit

Permalink
view-templates: Correct previous changes
Browse files Browse the repository at this point in the history
Some changes should not have been applied, as they use nodes or fields
that do not exists in this version.
  • Loading branch information
bertrand-lorentz committed Jan 23, 2024
1 parent 91a0320 commit f32c9f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 is present) or (BT-766-Part is present)]} #{auxiliary|text|techniques} // 3.1.8 Techniques
{BT-765-Part} #{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 is present) or (BT-766-Part is present)]} #{auxiliary|text|techniques} // 3.1.8 Techniques
{BT-765-Part} #{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 @@ -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 is present) or (BT-766-Part is present)]} #{auxiliary|text|techniques} // 3.1.8 Techniques
{BT-765-Part} #{auxiliary|text|framework-agreement} #{BT-765-Part} // Information about framework agreement (PART)
Expand Down
2 changes: 1 addition & 1 deletion view-templates/X01.efx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
0 {ND-Root} #{auxiliary|text|legal-basis}: // Legal basis
{BT-01-notice} #{BT-01-notice} // Regulation reference
{OPP-100-Business} #{name|OPP-100}: #{OPP-100-Business} // This notice contains information relevant to
1 {BT-500-Business-European} #{auxiliary|text|grouping} ${BT-500-Business-European} // 9.1 Name of the grouping: European Group of Lobbyists
1 {BT-500-Business} #{name|BT-500-grouping} // 9.1 Name of the grouping: European Group of Lobbyists
3 {ND-Root} #{auxiliary|text|place-registration} // 9.3 Place of registration
{OPP-110-Business} #{name|OPP-110}: ${OPP-110-Business} // Town
{OPP-111-Business} #{name|OPP-111}: ${OPP-111-Business} // Post code
Expand Down

0 comments on commit f32c9f9

Please sign in to comment.