Skip to content

Commit

Permalink
fix(gms) Add Form entity type to EntityTypeMapper (datahub-project#10916
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chriscollins3456 authored and aviv-julienjehannet committed Jul 25, 2024
1 parent 234e99c commit 363cfe6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class EntityTypeMapper {
.put(EntityType.BUSINESS_ATTRIBUTE, Constants.BUSINESS_ATTRIBUTE_ENTITY_NAME)
.put(EntityType.QUERY, Constants.QUERY_ENTITY_NAME)
.put(EntityType.POST, Constants.POST_ENTITY_NAME)
.put(EntityType.FORM, Constants.FORM_ENTITY_NAME)
.build();

private static final Map<String, EntityType> ENTITY_NAME_TO_TYPE =
Expand Down

0 comments on commit 363cfe6

Please sign in to comment.