[EMAIL PROTECTED] wrote:
> >> Probably the BasicNode.java from 1.6 can be put in 1.5.
> >
> > Can this be done without any problems?
> 
> No. I tried this, and as it turns out other changes were introduced that
> depend on changes in other sources.
> Still, it is possible to copy just the methods deleteAliases and
> deleteAlias in BasicNode. This fixes the bug I reported.
> What about that other bug mentioned by Michiel?
I think it was:

212c214
<                 ((action == ACTION_DELETE) && (nodeManager instanceof 
BasicTransaction))) {
---
>                 ((action == ACTION_DELETE) && (getCloud() instanceof 
>BasicTransaction))) {
340a343,358


And yes I was much too optimistic supposing that it can simply be
replaced.

I think we are reasonably sure if we change the above plus moving the call
edit(ACTION_EDIT).

 Michiel


-- 
Michiel Meeuwissen 
Mediapark, C 107 tel. +31 (0)35 6772979



Reply via email to