Skip to content

Commit c163bfe

Browse files
committed
Updating eFormAPI to use the correct id's
1 parent 8e6f668 commit c163bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eFormAPI/eFormAPI/Controllers/EntitySearchController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public OperationDataResult<List<CommonDictionaryTextModel>> GetEntityGroupDictio
115115
{
116116
mappedEntityGroupDict.Add(new CommonDictionaryTextModel()
117117
{
118-
Id = entityGroupItem.EntityItemUId,
118+
Id = entityGroupItem.MicrotingUId,
119119
Text = entityGroupItem.Name
120120
});
121121
}

eFormAPI/eFormAPI/Controllers/EntitySelectController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public OperationDataResult<List<CommonDictionaryTextModel>> GetEntityGroupDictio
115115
{
116116
mappedEntityGroupDict.Add(new CommonDictionaryTextModel()
117117
{
118-
Id = entityGroupItem.EntityItemUId,
118+
Id = entityGroupItem.MicrotingUId,
119119
Text = entityGroupItem.Name
120120
});
121121
}

0 commit comments

Comments
 (0)