Got a model to populate a grouping creator

This commit is contained in:
Vincent Allen
2025-09-02 15:00:23 -04:00
parent b2835f65c0
commit d0429ddaf4
42 changed files with 238 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ public class ArtifactGrouping
{
get
{
return ModelHelpers.MakeIdentifier(_identifierFields.Values, Category.FieldSeparator, null);
return ModelHelpers.MakeIdentifier(IdentifierFields.Values, Category.FieldSeparator, null);
}
}