cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to extend SAP Fiori Worklist Application Template

Cmdd
Participant
0 Kudos
399

Hi,

I'm currently able to extend and manipulate SAPUI5 Template following this guide.

However, when I try to extend a SAP Fiori Worklist Application Template the process fails because the method onBeforeTemplateGenerate in mypluginame.js searches for a shared.js file which is not included in the original template.

Any clue? What am I missing?

View Entire Topic
Cmdd
Participant
0 Kudos

I just found a solution (but I still think this issue is a bug).

I created a new project from Worklist template with Chrome Developer Tools open. In the Network tab I detected the file "shared.js" and copied it into my template extension project.
Also "filesystem.documentProvider", "projectType", "repositorybrowser" and "setting.project" have to be added to the services required by the plugin.

Regards Chiara