Content
View differences
Updated by Henriette Darge almost 7 years ago
### Current situation
* Text fields like description, comments, etc. can contain macros (e.g WP table)
* Since the visibility settings differ from user to user these fields are not catchable.
* Thus we have to accept a poorer performance
### List of macros
* _Table of Contents_ (no change required, as the information is not hidden for individual users)
* _Work Work Package Table_ (no change required, Permission check for WP table is already performed in the frontend, the macro is only a placeholder. Should be cacheable as is) Table
* _Create Create WP Button_ (no change required, it's a static link in the project that has no permission checks in the backend) Button
* **Content Content of another Wiki Page (also from other projects)** projects)
* _List of Wiki sub-pages_ (no change required, as the information is not hidden for individual users)
### Expected solution
The description shall be cachable. Therefore the text should be rendered the same for each user in the backend.
How the check in the Frontend shall look like needs to be clarified.
* Text fields like description, comments, etc. can contain macros (e.g WP table)
* Since the visibility settings differ from user to user these fields are not catchable.
* Thus we have to accept a poorer performance
### List of macros
* _Table of Contents_ (no change required, as the information is not hidden for individual users)
* _Work
* _Create
* **Content
* _List of Wiki sub-pages_ (no change required, as the information is not hidden for individual users)
### Expected solution
The description shall be cachable. Therefore the text should be rendered the same for each user in the backend.
How the check in the Frontend shall look like needs to be clarified.