mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
fix(gms) Add Form entity type to EntityTypeMapper (#10916)
This commit is contained in:
parent
437bacb0e6
commit
5f38d13eb7
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user