mirror of https://github.com/interlegis/sapl.git
Browse Source
The relatorio short-circuit path built the filterset manually but never set self.object_list, which Django's MultipleObjectMixin.get_context_data() requires. Set it from filterset.qs before calling get_context_data(), matching what FilterMixin.get() does on the normal path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>rate-limiter-2026
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue