Hello,
I need to change smart ui function and basically do a very minor change. In particular, i want to change category inheritance for copy/move to always inherit target.
There is a parameter in csui/dialogs/node.picker/impl/header/header.view.js that controls this.
initialize: function () {
...
var defaultApplyPropertiesOption = ApplyPropertiesSelectorView.KEEP_ORIGINAL_PROPERTIES;
Is it possible to somehow override this JS file / function similarly as it is in oscript?
And what would be possible alternative how this could be changed?
Thanks,
Ugis