Overriding Js files:
How can i override default js files? In example i want to override client/src/views/fields/base.js, I have created "fields" entity in client/custom/src/views/ and copied base.js in there, change Espo.define first argument with "Custom:views.fields.base", then i created Fields.json in custom/Espo/Custom/Resources/metadata/clientDefs/Fields.json, created views as seen in screen shot, but override doesn't seem to work any ways. Have i missed something ir I didn't override that file correctly?
How can i override default js files? In example i want to override client/src/views/fields/base.js, I have created "fields" entity in client/custom/src/views/ and copied base.js in there, change Espo.define first argument with "Custom:views.fields.base", then i created Fields.json in custom/Espo/Custom/Resources/metadata/clientDefs/Fields.json, created views as seen in screen shot, but override doesn't seem to work any ways. Have i missed something ir I didn't override that file correctly?
Comment