Skip to content

Commit 5d7a6c0

Browse files
committed
* update
1 parent cbd1790 commit 5d7a6c0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/AasxPackageLogic/DispEditHelperEntities.cs

+1-16
Original file line numberDiff line numberDiff line change
@@ -2644,24 +2644,9 @@ public void DisplayOrEditAasEntityOperationVariable(
26442644
if (editMode)
26452645
{
26462646
this.AddGroup(stack, "Editing of entities", this.levelColors.MainSection);
2647-
// dead-csharp off
2648-
//// entities
2649-
//if (parentContainer != null && parentContainer is Aas.Operation)
2650-
// // hope is OK to refer to two lists!
2651-
// for (int i = 0; i < 3; i++)
2652-
// if ((parentContainer as Aas.Operation)[i].Contains(ov))
2653-
// {
2654-
// this.EntityListUpDownDeleteHelper<OperationVariable>(
2655-
// stack, repo,
2656-
// (parentContainer as Aas.Operation)[i],
2657-
// ov, env, "OperationVariable:");
2658-
// break;
2659-
// }
2660-
// dead-csharp on
2661-
// entities
26622647
if (parentContainer != null && parentContainer is Aas.Operation operation)
26632648
{
2664-
// hope is OK to refer to two lists!
2649+
// have 3 lists to be individually managed
26652650
if (operation.InputVariables?.Contains(ov) == true)
26662651
{
26672652
this.EntityListUpDownDeleteHelper<Aas.IOperationVariable>(

0 commit comments

Comments
 (0)