Skip to content

Commit

Permalink
Merge pull request #157 from plone/fix-view-call
Browse files Browse the repository at this point in the history
Fix a not needed view call
  • Loading branch information
ale-rt authored Jan 19, 2025
2 parents 29ca45c + 66db028 commit 90e6c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/+ffbbb128.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a not needed view call
2 changes: 1 addition & 1 deletion plone/app/querystring/results.pt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
limited_results python:context[:25];
original_context nocall:options/original_context|nocall:context;
toLocalizedTime nocall:original_context/@@plone/toLocalizedTime;
pas_member original_context/@@pas_member;
pas_member nocall: original_context/@@pas_member;
normalize nocall: context/@@plone/normalizeString;
"
i18n:domain="plone"
Expand Down

0 comments on commit 90e6c90

Please sign in to comment.