Skip to content
  • Sylvain Thénault's avatar
    [profile gen] Fix path_target_values wrt skipped attributes · 6a2991d3a896
    Sylvain Thénault authored
    for instance in case of restrictionEndDate, it was returning
    
      [(content entity, restriction end date entity)]
    
    instead of
    
      [(restriction end date entity, None)]
    
    
    This was only causing cardinality error (eg you get the content entity's
    cardinality instead of the restriction end date's one) which have been unnoticed
    until a cardinality uncompatible with attribute was used on a content node.
    
    Closes #16688086
    6a2991d3a896