cancel
Showing results for 
Search instead for 
Did you mean: 

Override/extend Aikau Widget or JS File

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

I am using ACS 5.2 in Production and it is working on https.

Whenever I am using Quick Share is Aikau, It is creationg link with http instead of https.

How Can I override/extend file to change https.

@abhinavmishra14 @afaust @ddraper  any help.

2 REPLIES 2

abbask01
Star Collaborator
Star Collaborator

Unfortunately you cannot do it via any config, you can create your quickShareLink and pass it to the widget (refer code - https://dev.alfresco.com/resource/docs/aikau-jsdoc/QuickShare.js.html), or redirect http request to https. or extend the ootb widget (https://hub.alfresco.com/t5/alfresco-content-services-blog/extending-aikau-widgets/ba-p/292818)

checkout docs - https://docs.alfresco.com/6.0/concepts/dev-extensions-share-override-ootb-aikau-widgets.html

Regards,
Abbas

How to extend OOTB widget?