eForms-SDK icon indicating copy to clipboard operation
eForms-SDK copied to clipboard

Faulty Group-Definitions in several Notice-Types.

Open duranalp opened this issue 3 months ago • 3 comments

We found different Group Definition GR-Procedure-Description in several Notice-Types. In our point of view, these group definition shall be same in all notice types.

We assume that the correct Definition is in Notice-Type 16.json

"id" : "GR-Procedure-Description",
        "contentType" : "group",
        "displayType" : "GROUP",
        "description" : "Description",
        "_label" : "group|name|GR-Procedure-Description",

In several Notice Types for e.g. Notice-Type 29.json the group is defined wrong

        "id" : "GR-Procedure-Description",
        "contentType" : "group",
        "nodeId" : "ND-ProcedureProcurementScope",
        "displayType" : "GROUP",
        "description" : "Scope of the Procurement addressed with the whole notice",
        "_label" : "group|name|ND-ProcedureProcurementScope"

We are using SDK 1.10.x we asking also for a patch of the SDK 1.10.x

duranalp avatar Mar 27 '24 09:03 duranalp