Skip to content

Commit cf10a1e

Browse files
authored
Merge pull request #2116 from BEXIS2/rc
#2106 fix issue in metadata form showing package usages that have mor…
2 parents c4c4c23 + 2a574fa commit cf10a1e

File tree

1 file changed

+1
-1
lines changed
  • Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Models/CreateDataset

1 file changed

+1
-1
lines changed

Console/BExIS.Web.Shell/Areas/DCM/BExIS.Modules.Dcm.UI/Models/CreateDataset/StepModelHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private bool SetActiveByPreload()
161161
{
162162
if (Model != null &&
163163
Model.MinCardinality > 0 &&
164-
Model.MaxCardinality == 1)
164+
Model.MaxCardinality >= 1)
165165
{
166166
Activated = true;
167167
}

0 commit comments

Comments
 (0)