Hi,It looks like you should be able to do this by setting `jsConfigUriKey` editor property pointing to your custom js configuration file in your config.xml file.Cheers,Jacek
mirkopleli ,It's been quite some time since I last worked with Backoffice configuration, but I'd say that relations are just another attribute for Backoffice. You should be able to set `hiddentForUI` property for it. Even if it is not possible in `i...
Hi ,
I have never came across such problem. All I can advice is some debugging session (I would use com.hybris.cockpitng.widgets.baseeditorarea.DefaultEditorAreaController#addInitialObservers as a starting point).
You may always approach SAP Commerce...
Hi ,
Also property attribute of action element in configuration is in fact interpreted as SpEL (resolved against widget model). It mean that you can have some condition there and return null, when button should be disabled, e.g.:
<y:action action-id...
Hi,
Indeed classes that reside in backoffice/src are available only in web application context, while those from src are available in both root- and webcontext. Nevertheless it does not influence session. What defines session, is user login to partic...