cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

inline editing for single columns

Former Member
0 Kudos
843

Hey guys,

is there any possible way to enable inline editing in the multireferenceeditor only for single columns in the cockpitNG and not for the complete row? Some columns should be limited to not be editable Or is there any way to configure it with user rights? I restricted the user to be able to change and read an attribute but the only thing that happens is that it shows "you have no permission" but I am still able to edit it via inline editing

View Entire Topic
former_member625836
Active Contributor
0 Kudos

Hi ,

I'm afraid that there is no such feature ootb. You could consider extending the default cell editor and add there some custom logic. Please take a look at com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer.DefaultCellRenderer and com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer.DefaultRowRenderer. I would put your customization here.

Cheers, Jacek

Former Member
0 Kudos

Is it possible like I stated below? Or do I have to implement the WidgetComponentRenderer class? And if so how do I get the cellcontext to change it to inlineediting = false?