Skip to content

Commit 903e110

Browse files
committed
Adding the missing lock.
1 parent ca61902 commit 903e110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Plugins/Customers.Pn/Customers.Pn/EformCustomersPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private async void SeedCustomersEntityGroup(IServiceCollection serviceCollection
274274
if (!model.EntityGroups.Any())
275275
{
276276
group = await core.EntityGroupCreate(Constants.FieldTypes.EntitySearch,
277-
"eform-angular-basecustomer-plugin-Customers-hidden", "");
277+
"eform-angular-basecustomer-plugin-Customers-hidden", "", true);
278278
}
279279
else
280280
{

0 commit comments

Comments
 (0)