Field showing disable/read-only on front end.

0
I am getting my fields read-only/disabled on the front end but I didn’t make any conditions. See the blue border field in screenshot. This field attribute is coming from an association.  
asked
4 answers
2

The reason why it is not editable, is because

  1. The association TaskFlow_Task is empty.
    or
  2. The user doesn't have write access to the association and/or attribute
answered
1

Hi Vichitra,

 

Your field is a text box. A reference cannot be changed from a text box. Check whether you can change the widget to a reference selector.

If then you still cannot select anything because it is grayed out or so, I would suggest to have a look into the entity access.

 

answered
1

Are you sure the object w/ the attributes you’re trying to edit has been created? The attributes for an empty context object behave like read-only attributes.

answered
1

Hi,

Kindly make sure the object of the field which you are trying to edit is created and the access for the fields is in write mode

answered