Currently, the includeSiblingBookPage macro only displays the content of the referenced page if it has the exact same version of the page it is used it. Take the following example:
- a page P1, with versioned content pages for v1 and v3
- a page P2 with versioned content pages for v1, v2 and v3, using the includeSiblingBookPage macro.
Currently, macro in version:
- v1, displays the content of P1 v1
- v2, displays nothing
- v3, displays the content of P1 v3
The macro should in version:
- v1 and v2, displays the content of P1 v1
- v3, displays the content of P1 v3
|