Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Can't get ACL's to work for custom table lookup

EricG2
Tera Guru

Something must have change, and I probably need to go to HI, but I'll start here first.

 

I have a catalog item that has a Reference lookup to specific Application Templates require in User Setup.

On the custom table, I've added the ACL for READ like i've done in the past as:

Name - customtable

Operation - read

Decision - Allow If

Advanced - True

Role - blank

Security Attribute Condition - Local

Data Condition - blank

Advanced Condition

answer = gs.getSession().isLoggedIn();
if (!answer) {
    answer = gs.getProperty('glide.security.allow_unauth_roleless_acl', false);
}

EricG2_1-1777044361078.png

 

We a user tries to select an option - they are getting security constrain error.

We've recently upgraded to Zurich, and when I enable Debug - Security

The popup box shows the debug entries, but doesn't allow me to scroll through the list.

EricG2_0-1777044254396.png

 

If i allow the Security Debug popup to be open, then the Catalog Reference popup doesn't show.

 

Has anyone experienced this?  What other ACL am I missing.

0 REPLIES 0