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
view.entries(hidden=True) should include entries with HIDDEN status
Current Behavior
There is no such option. There is an internal flag, _all, which does more or less the same, but that also includes future and deleted entries, which isn't ideal.
Possible Solution
Add an appropriate thing to queries.build_query
Steps to Reproduce (for bugs)
Context
It is useful to have hidden attachments that are still visible to templates, without having to do is_attached=False everywhere.
The text was updated successfully, but these errors were encountered:
Expected Behavior
view.entries(hidden=True)
should include entries with HIDDEN statusCurrent Behavior
There is no such option. There is an internal flag,
_all
, which does more or less the same, but that also includes future and deleted entries, which isn't ideal.Possible Solution
Add an appropriate thing to
queries.build_query
Steps to Reproduce (for bugs)
Context
It is useful to have hidden attachments that are still visible to templates, without having to do
is_attached=False
everywhere.The text was updated successfully, but these errors were encountered: