-
|
In notice 25-17344, section 5.1.10 Award criteria is empty when rendering the notice in html or pdf whereas xml notice is having the data Could you please correct this. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Dear @douret , I cannot replicate this error using the Viewer API. Please could you let me know what system you are using to render this notice? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @pdonohoe , You can reproduce the bug using the Viewer API (https://viewer.preview.ted.europa.eu) with the attached notice. The issue is that section 5.1.10 Award criteria does not take into account the value ("price") of cbc:AwardingCriterionTypeCode. As a result, the API renders the following: Thanks in advance for looking into this. |
Beta Was this translation helpful? Give feedback.
-
|
Dear @douret, The award criteria is not correctly encoded in that notice. The element I have attached the corrected notice, the value is displayed with the Viewer API. Please note that there is a bug in the Viewer API, so that other lines are displayed without any data, such as "Description:". This bug should be fixed within the next few weeks. |
Beta Was this translation helpful? Give feedback.

Dear @douret,
The award criteria is not correctly encoded in that notice. The element
<cbc:AwardingCriterionTypeCode>should not be a direct child of element<cac:AwardingCriterion>, instead it should be a child of<cac:SubordinateAwardingCriterion>:I have attached the corrected notice, the value is displayed with the Viewer API. Please note that there is a bug in the Viewer API, so that other lines are displayed without any data, such as "Description:". This bug …