Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] New task setting isNew?

Guys,

I have update CodeBeamer connector to latest from devel HEAD (I assume that is 2.0M1).
I had to modify CodeBeamerTaskFactory logic, but even after that
AbstractNewRepositoryTaskEditor.isNew is not set.
I have to explicitely set it in NewCodeBeamerTaskEditor.init():

        taskData.setNew(true);

Shouldn't that be set in AbstractNewRepositoryTaskEditor.init() instead?
Or am I doing something wrong?

Lubos


Back to the top