Ignore missing values

Content objects can go away or the content of a source may change. Don't
throw an exception in this case.
This commit is contained in:
Gaudenz Steinlin 2013-06-06 15:35:09 +02:00
parent 2a5d645723
commit f6d79e8b94
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,9 @@ Changelog
* Do not exclude content types which are not allowed in navigation [ebrehault]
* Ignore missing values, content objects can go away or the content of a source may change.
[gaudenz]
1.0.6 (2012-09-28)
------------------

View File

@ -121,6 +121,7 @@ class ContentTreeBase(Explicit):
hidden_template = ViewPageTemplateFile('hidden.pt')
display_template = None # set by subclass
recurse_template = ViewPageTemplateFile('input_recurse.pt')
ignoreMissing = True
# Parameters passed to the JavaScript function
folderEvent = 'click'