• Martijn Pieters's avatar
    Fix ZTUtils tree makers: · c277ff7c
    Martijn Pieters authored
    - SimpleTree could not build a tree from anything but the ZODB root object,
      because the REQUEST object could no longer be acquired once a tree root object
      was wrapped inside a tree node class.
    
    - TreeMaker.setChildAccess(filter=...) didn't work because the acquisition
      filter used was using too many arguments.
    c277ff7c
SimpleTree.py 2.02 KB