﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4658	OMEdit does not show pop-up list of enumeration type in parameter's pop-up window	Andrea Bartolini	Adeel Asghar	"Consider the following test (also attached)

{{{
package Test
model A
  type ActionType = enumeration (direct ""action is direct"",
                                 reverse ""action is reverse"");
end A;

model B
  extends A;
  parameter ActionType action1;
  parameter Test.A.ActionType action2;
end B;

model C
    B b1 annotation(
      Placement(visible = true, transformation(origin = {-50, -2}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
end C;  
end Test;
}}}

Open the model C and double-click on model b1: in parameters pop-up window the pop-up list is shown only for the parameter {{{action2}}}.

The problem seems related to the path in parameter definition.

OMEdit 1.13.0~dev-65-g33fb188
Connected to OpenModelica 1.13.0~dev-438-g85aa869
sysop linux Ubuntu 16.04 - 64 bit"	defect	new	critical		OMEdit	v1.13.0-dev-nightly			Adrian Pop
