Able to edit fields in the Lock asset by another user? | Community
Skip to main content
New Participant
October 16, 2015
Solved

Able to edit fields in the Lock asset by another user?

  • October 16, 2015
  • 3 replies
  • 747 views

Hi team,

I have locked the asset by user A, and when i opened the asset by User B i am able to edit some fields like dropdown,rte field and fields inside the fieldset though i can't save it as save is disabled. How can i disable dropdown,rte field and fields inside the fieldset.

Thanks

Kranthi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You would have to use this api

http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet

and create custom app logic to make fields in this xtype read only for those users.

3 replies

smacdonald2008
New Participant
October 16, 2015

If user a locks an asset, other users cannot modify it.

New Participant
October 16, 2015

Yes for the locked asset another user cannot edit the fields, but as per our requirement we have created custom metadata fields using a dialogfieldset xtype, so the fields inside the dialogfieldset are editable by the another user.How can i avoid this to happen?

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You would have to use this api

http://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=CQ.form.DialogFieldSet

and create custom app logic to make fields in this xtype read only for those users.