NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item10486: WEBLIST macro includes curent web when webs=webtemplate requested
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
WEBLIST |
|
The current web should not be included in the template web list if it's not a template.
--
GeorgeClark - 14 Mar 2011
The bug appears to be in
WebFilter, which always returns the "current" web in the list, even if the request is for template webs. Simple ordering of return statements resolves the issue. Also resolves a minor issue with the Create Web dialog where the System web was listed twice, once found as a template, and then as a real web.
--
GeorgeClark - 17 Mar 2011