Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Feb 6, 2025
1 parent a99adcc commit ffed47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viur/toolkit/viur.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def get_task_retry_count() -> int:
def without_render_preparation(skel: SkeletonInstance, full_clone: bool = False) -> SkeletonInstance:
"""Return the SkeletonInstance without renderPreparation.
This method is useful (and unfortunately necessary due to the VIUR design)
if you call methods from the template that should work on the
This method is useful (and unfortunately necessary due to the ViUR design)
if you call python methods from the jinja template that should work on the
`SkeletonInstance.accessedValues` and not on the `SkeletonInstance.renderAccessedValues`.
If the SkeletonInstance does not have renderPreparation, it will be returned as is.
Expand Down

0 comments on commit ffed47e

Please sign in to comment.