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
Dynamically calculate hiddenFrom field value for each record while iterating, add it to frontend’s output. Since hiddenFrom is a field for frontend, it should use frontend’s terminology, i.e. guest instead of public
Based on hiddenFrom and requestor’s role, apply role filter to hidden_from field.
If hidden_from = user role → set Description, Attachment, Link to Null and send the result back to Frontend.
GET /resourcesendpointhiddenFromfield value for each record while iterating, add it to frontend’s output. Since hiddenFrom is a field for frontend, it should use frontend’s terminology, i.e.guestinstead ofpublichiddenFromand requestor’s role, apply role filter to hidden_from field.If hidden_from = user role → set Description, Attachment, Link to Null and send the result back to Frontend.