Availability of Secure Zone status in Liquid

Currently, I don’t think there is a way to tell if an item is assigned to a secure zone or not.

It would be good to have the secured status of an item available in the liquid output so we can filter/sort by it (eg: use it to filter out secure items from a list if needed, or visually mark an item as secured content…)

Basic implementation would just be a boolean value:

"IsSecure": true/false

Or perhaps better still, or as well as, output the assigned zones in an array:

"SecureZones": [
    "Zone 1", 
    "Zone 2",
    ...
]
4 Likes

Yes Adam! This is needed - I second this!

I was going to suggest this exact thing on the Slack post, in response to items being shown in search that should be secured… but you beat me to it ! ha ha
+1 from me

Added here: https://treepl.co/public-backlog-state/request/availability-of-secure-zone-status-in-liquid :slight_smile:

2 Likes

YES we need to test if an item is secure. No problem securing the Detail views, but exposing Secure items in list views is a non-starter. I’ll check for the backlog and add my vote! Scott