Comment #7 on issue 612 by damien.c...@gmail.com: [Glamour] Tags do not play well with trees http://code.google.com/p/moose-technology/issues/detail?id=612
The problem comes from the fact that instances of GLMTreeMorphNodeModelcache their content and they never get a chance to delete their cache. I see two solutions:
1- The simple one is to remove the cache completely (I have tried and it works) 2- The complex one is to add a way for the GLMTreeMorphNodeModelcache to be notified when the containerTree change its tags
Which one do you prefer?