Problem generating notices 5 and 13 #814
-
Hello, We have a problem generating notices 5 and 13: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, Are you using enotices2 or your own application? For enotices2 normally you should use the enotices2 helpdesk ( https://enotices2.ted.europa.eu/help/contact) For esenders implementing their own forms and reading this: The "displayType" "SECTION" of a group is used by enotices2 to create the sections in their interface (on the left side of the screen I think). For the creation of the form use the "contentType" which can be "group" or "field" and conside the displayType depending on that. |
Beta Was this translation helpful? Give feedback.
Hello,
what I know is that it will be fixed in SDK 1.11.0, for older versions please contact enotices2 support:
https://enotices2.ted.europa.eu/help/contact
If you use your own application you should rely on the "contentType" to decide what is a group or a field.
You can try to use the displayType after you read the contentType. For the problematic cases you can either fix the SDK locally on your side or add extra code to fix this in your application until the SDK 1.11 comes out.