Skip to content

Commit

Permalink
Merge pull request #894 from MetadataConsulting/MET-1332-more-unique-…
Browse files Browse the repository at this point in the history
…items

MET-1332 more unique items
  • Loading branch information
musketyr authored Nov 28, 2016
2 parents 00fb47f + 5c5511e commit d625c19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class ModelToFormExporterService {
return
}

handleGroupOrVirtualSection(itemNumber, processed, prefix, delegate, sectionModel.parentOfRelationships, true, nameOverrides)
handleGroupOrVirtualSection(itemNumber, processed, prefix + " " + sectionName, delegate, sectionModel.parentOfRelationships, true, nameOverrides)
}
}
}
Expand Down Expand Up @@ -247,7 +247,7 @@ class ModelToFormExporterService {
generateItems(itemNumber, prefix, section, itemsWithHeaderOrGridRel, null, null, nameOverrides)
}
}
handleGroupOrVirtualSection(itemNumber, processed, prefix, section, itemsWithHeaderOrGrid.parentOfRelationships, false, nameOverrides)
handleGroupOrVirtualSection(itemNumber, processed, prefix + " " + itemsWithHeaderOrGridName, section, itemsWithHeaderOrGrid.parentOfRelationships, false, nameOverrides)
}
}

Expand Down

0 comments on commit d625c19

Please sign in to comment.