cancel
Showing results for 
Search instead for 
Did you mean: 

List View configuration issue in cockpit

Former Member
0 Kudos

Hi,

i am using default listViewConfigurationFactory for a list view and specified all the attributes as editable as below

 <group name="General">
     <property qualifier="PrincipalGroup.uid" visible="true" editable="true"/>
     <property qualifier="PrincipalGroup.locName" visible="true" editable="true"/>
     <property qualifier="B2bUnit.ipaddress" visible="true" editable="true"/>
 </group>

But i see only first column is editable and other coulmns are not editable.

Your help would be much appreciated.

Thanks, .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vova,

Both attributes have all the necessary permission at the group level for the user which i am trying.

Former Member
0 Kudos

Hi ,

Make sure that the user you are using to login to cockpit has necessary access rights for PrincipalGroup.locName and B2bUnit.ipaddress attributes.