Skip to content

Commit 87de2cb

Browse files
committed
Adding the missing editable.
1 parent 098c292 commit 87de2cb

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", "", true);
277+
"eform-angular-basecustomer-plugin-Customers-hidden", "", true, false);
278278
}
279279
else
280280
{

0 commit comments

Comments
 (0)