﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3025	problem with saving changes in hierarchical packages	arvin84@…	Adeel Asghar	"Hello,

consider the following simple library. when i open mdl0, mdl1 or mdl2 in separate code viewers and modify and then save the changes, it turns out these changes does not affect the higher level packages code. some times when i rename the model name and then i save it, it adds the previous changes to the higher level packages!

{{{
package pkg0
  model mdl0
    parameter Real p0 = 2;
  end mdl0;

  package pkg1
    model mdl1
      parameter Real p1 = 3;
    end mdl1;

    package pkg2
      model mdl2
        parameter Real p2 = 1000;
      end mdl2;
    end pkg2;
  end pkg1;
end pkg0;
}}}
"	enhancement	closed	high	1.9.3	OMEdit	trunk	fixed		
