You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have a page with includes from another page and i try to reuse this page also as an include on another Page. The includes from the page will not be resolved. Only showing the include tags.
Also i another way of explanation:
Page A includes a section of Page B -> it works the include will be resolved.
Page C includes now Page A -> Page A is resolved but the include of Page B will not be resolved on Page C
i hope this was clear
Steps to Reproduce
reuse page b on page a
reuse page a on page c
you will see that the page b content will not be resolved on page c
Expected Behaviour
the expected behaviour ist that the resolving of the content works also if i reuse a page which already have includes from another page.
Screenshots or Additional Context
Browser Details
No response
Exact BookStack Version
v23.02.1
PHP Version
No response
Hosting Environment
as Container on a kubenetes Cluster.
Application is working fine only a content reuse issue
The text was updated successfully, but these errors were encountered:
Thanks for raising, but this is not a bug, but the include feature has been built to only include a single level.
A request for nested includes is already open in #2845 so I'll close this off.
Describe the Bug
If i have a page with includes from another page and i try to reuse this page also as an include on another Page. The includes from the page will not be resolved. Only showing the include tags.
Also i another way of explanation:
Page A includes a section of Page B -> it works the include will be resolved.
Page C includes now Page A -> Page A is resolved but the include of Page B will not be resolved on Page C
i hope this was clear
Steps to Reproduce
Expected Behaviour
the expected behaviour ist that the resolving of the content works also if i reuse a page which already have includes from another page.
Screenshots or Additional Context
Browser Details
No response
Exact BookStack Version
v23.02.1
PHP Version
No response
Hosting Environment
as Container on a kubenetes Cluster.
Application is working fine only a content reuse issue
The text was updated successfully, but these errors were encountered: