Ticket #1318 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Bug in tree display

Reported by: fguillaume Assigned to: fguillaume
Priority: P1 Milestone: CPS 3.4.0
Component: CPS (global) Version: TRUNK
Severity: normal Keywords:
Cc:

Description (Last modified by div)

Eric said:

  • create sections /sections/toto, /sections/toto-titi, /sections/toto/aaa, /sections/toto-titi/bbb, /sections/toto-titi/bbb/ooo
  • go to /sections/toto and look at the main content

Problems:

  • you see aaa and bbb as if they were both part of toto.
  • you see ooo but not bbb

Change History

01/25/06 19:36:58 changed by div

  • description changed.

01/25/06 20:00:18 changed by fguillaume

Something using startswith() must forget to deal with delimiters. (foo+'/').startswith(bar+'/') is what I generally use. Or split into a list first and compare prefixes.

01/26/06 10:46:54 changed by div

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [32252]