How to deploy att customizations

I have developed some customizations on the attestations module (att project), specifically on the "loss-preview-table" component.
How can I deploy these changes?

I tried to build the project with the "ng build --configuration dynamic att" command. I zip folder and rename it "Html_att" and then I tried to upload it with Software Loader, but the Attestation tab is no longer displayed on the Web Portal.
What are the steps to deploy these customizations?

Thanks in advance,

Fabio

Parents Reply Children
  • Please compare the file structure of the default Html_att.zip to the customized Html_att.zip. For example, if you zip a folder, it is easy to end up with an additional root folder inside the ZIP archive which must not be there.

    Also check the console log during the start of the application - are there any error messages or failing network requests?