Opened 7 years ago

#764 new misbehavior

parsimony does not follow group selected in ARB_NTREE

Reported by: westram Owned by: devel
Priority: normal Milestone:
Component: ARB_PARSIMONY Version: SVN
Keywords: Cc:

Description

Reason: AWAR_GROUP is no global AWAR

  • not possible because it contains a pointer to the group-node (=local address)
  • selecting groups in ARB_PARSIMONY generally works (e.g. click on group in display)

Possible solution:

  • create a global awar AWAR_GLOBAL_GROUP which contains
    • name of tree containing group
    • binary path from root to group
  • link AWAR_GLOBAL_GROUP and local AWAR_GROUP:
    • change of AWAR_GLOBAL_GROUP shall search for specified group and update AWAR_GROUP
    • change of AWAR_GROUP shall change AWAR_GLOBAL_GROUP, but shall not trigger above callback

Change History (0)

Note: See TracTickets for help on using tickets.