eForms is the notification standard for public procurement procedures in the EU. The eForms SDK is a collection of resources providing the foundation for building eForms applications.
Creative Commons Attribution 4.0 International
59
stars
30
forks
source link
Wrong value for asserts in 'BT-1375-Procedure' #1067
The 'value' expression assigns the variable $lotA and $lotB but both $interestA and $interestB use $lotA for filtering, this is the same for all the values below.
every
text:$lotA in BT-1375-Procedure,
text:$lotB in BT-1375-Procedure,
date:$interestA in BT-631-Lot[BT-137-Lot == $lotA],
date:$interestB in BT-631-Lot[BT-137-Lot == $lotA]
satisfies ($interestA == $interestB)
See : https://github.com/OP-TED/eForms-SDK/blob/339bd912ffdc63bfa0c3554b6ebccf3f98686736/fields/fields.json#L5827-L5875
The 'value' expression assigns the variable $lotA and $lotB but both $interestA and $interestB use $lotA for filtering, this is the same for all the values below.