projectdoc Toolbox

Requests that after the page created with the wizard has been saved, some documents are invalidated in the cache. The value of the parameter specifies the name of properties whose values reference documents. These documents are invalidated.

Identifier
updatePagesReferencedByProperties
Type
List of String
Default Value
empty
Since
1.7.0

Example of Usage

In your Soy template, add a hidden input field for this parameter.

<input id="updatePagesReferencedByProperties" type="hidden" name="updatePagesReferencedByProperties" value="Sample">

The example will trigger the value of the property 'Sample' be interpreted as a reference to a projectdoc document. If this reference refers to a page, that page will be invalidated. Therefore the next access to that page will show the current property values.