﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1535	OMEdit: Fails to connect arrays	Martin Sjölund	Martin Sjölund	"Remove the connection from this model and try to reconnect it (solve this by asking the user which dimensions an array-connection should connect; like Dymola):
{{{
model ABC
  Modelica.Blocks.Sources.BooleanTable booleantable1(startValue = false, table = {1.0,2.0,3.0}) annotation(Placement(visible = true, transformation(origin = {-60.1194,34.4005}, extent = {{-15,-15},{15,15}}, rotation = 0)));
  Modelica.Electrical.Digital.Converters.BooleanToLogic booleantologic1 annotation(Placement(visible = true, transformation(origin = {-21.0252,34.1976}, extent = {{-15,-15},{15,15}}, rotation = 0)));
equation
  connect(booleantable1.y,booleantologic1.x[1]);
end ABC;
}}}"	defect	closed	high				fixed		Martin Sjölund Adeel Asghar
