Skip to Content
0
Former Member
Nov 11, 2015 at 08:23 PM

Bug: property of a complex type is processed wrongly by a worklist template.

20 Views

Dear support,

Here is a bug I found in Web IDE:

I have a model with Entity that has a property Headerdata of a complex type Headerdata. See attached file.

Now I want to create a new project based on the following template:

http://i.imgur.com/m7IYgoY.png

with the following parameters:

http://i.imgur.com/EagNNKS.png

When I run the program even with mock data and try to navigate to any item nothing happens. After debugging look what I found:

http://i.imgur.com/KVlog7n.png

It looks like template didn't processed complex type attribute properly and now we have dividing mathematical operation in the code =)

This fix helps to get rid of the issue:

sObjectName = oObject.Headerdata.Name;

Meanwhile, in the old SAP Fiori Fullscreen Application template this model works fine. So I expect this is a release bug.

Also, there is one more issue. Not so critical, but:

When we run the app, column texts are shown wrong:

http://i.imgur.com/eC5jjrE.png

In the old template we didn't have this Headerdata addition for the same model.

Please fix.

THanks!

Petr.

Attachments

metadata.xml (5.2 kB)