Field is not editable in list view

_naveen
Kilo Contributor

Dear Community members,

Good Day!

Hope you are doing well.

Could someone please help me with an issue where a field of choice type is not editable in list view for ITIL users. However field is editable on the form view.  I have checked below in order to debug it :

1. ACL : if there is any list_edit type ACL configured which is restricting the access, however there is no ACL defined.

2. Client Script: if there is any onCellEdit type client script defind; but didn't find any CS.

2. If list edit is restricted from list control; but didn't find anything.

4. List of element types (comma-separated) that cannot be edited in the list editor; however didn't find choice type field included in the property.

At last , In order to resolve the issue, I have created an list_type ACL and configured ITIL role; however it didn't help either.

Can someone please let me know what could be the issue here.

 

Best Regards,

Naveen 

6 REPLIES 6

Aniket Sawant
Mega Expert

Hi,

  1. Navigate to System Properties > UI Properties.
  2. To disable list editing, set the Enable list editing (glide.ui.list_edit) property to No by clearing the checkbox.
    This property is enabled by default, and it globally enables list editing. When you disable it, the list editor is disabled globally.
  3. To configure the field types that cannot be edited for v2 lists, complete the following steps.
    1. Locate the List of element types (comma-separated) that cannot be edited in the list editor (glide.ui.list_edit_ignore_types) property. It contains several element types that cannot be edited by default.
      Note: This property does not impact v3 lists. There is no equivalent property for List v3.
      The following field types are not editable from the list editor by default.
      • Conditions [conditions]
      • Currency [currency]
      • Document ID [document_id]
      • Field List [field_list]
      • HTML [html]
      • Image [user_image]
      • List [glide_list]
      • Price [price]
      • Template Value [template_value]
      • Time [glide_time]
      • User Roles [user_roles]
      • Video [video]
    2. Add any other field types you want to disable to the end of the list, separated by a comma.
  4. Click Save.

Please mark correct or helpful based on the impact.

Regards,

Aniket Sawant

SiddharthR
Tera Contributor

Same issue . Was this resolved ? Please let me know.