Skip to content

Commit

Permalink
fix(gms) Add Form entity type to EntityTypeMapper (#10916)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 authored Jul 15, 2024
1 parent 437bacb commit 5f38d13
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 5f38d13

Please sign in to comment.