Edit Bar | Can't limit access using ACL

Issue

You have a limited-role ACL to make sure that some users don't have access to "W. " However, the pencil icon still appears for these users.

Solution

Add explicit code to your templates to determine whether to display the edit button based on roles.   Or, you can create an overlay from /libs/CFC/templates/Tools/EditBar.esp

In the overlay, change the following lines:

//edit rights
//--> not checked,because we do not exactly know if only atoms are edited, which belong to the paragraph (resp. container)

to something like:

//edit rights
this.noEdit = ((myRights.indexOf("r") < 0) || (myRights.indexOf("w") < 0)) ? "1" : this.noEdit;

Additional information

By default, the Edit Bar does not restrict edit access based on roles.

 Adobe

รับความช่วยเหลือได้เร็วและง่ายกว่าเดิม

หากคุณเป็นผู้ใช้ใหม่

Adobe MAX 2024

Adobe MAX
การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX

การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX 2024

Adobe MAX
การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์

Adobe MAX

การประชุมความคิดสร้างสรรค์

14-16 ต.ค. Miami Beach และออนไลน์