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
https://statamic.dev/tags/users#parameters This page says that there's a group parameter to filter a users list. But when I use it the tag pair returns no results even though I have 7 such users in the group.
My code:
{{ users group="team" }}
{{ name | wrap:h2.font-bold }}
{{ groups | list }}
{{ /users }}
How to reproduce
Use the group="foo|bar" parameter on a {{ users }} tag pair.
Bug description
https://statamic.dev/tags/users#parameters This page says that there's a group parameter to filter a users list. But when I use it the tag pair returns no results even though I have 7 such users in the group.
My code:
How to reproduce
Use the
group="foo|bar"
parameter on a{{ users }}
tag pair.Logs
No response
Environment
Installation
Starter Kit using via CLI
Antlers Parser
regex (default)
Additional details
No response
The text was updated successfully, but these errors were encountered: