on 2022 Apr 11 3:49 PM
Hello colleagues,
thank you for bringing this to our attention. The issue is already fixed in the templates for application generation. For existing applications one will need to update the code in the "changes_loader.js" like this.
const parsedUI5Version = sap.ui.version.split('.');
//For UI5 version >= 1.80, the location of the FileListBaseConnector is different
const connectorPath =
parseInt(parsedUI5Version[0], 10) >= 1 && parseInt(parsedUI5Version[1], 10) >= 80
? 'sap/ui/fl/write/api/connectors/FileListBaseConnector'
: 'sap/ui/fl/initial/api/connectors/FileListBaseConnector';
Hope this helps!
Best regards,
Zdravko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks its works.
User | Count |
---|---|
80 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.