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 and yoonhyejin committed Jul 16, 2024
1 parent 144e19a commit 0a61f84
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 0a61f84

Please sign in to comment.