sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
732 stars 778 forks source link

Create an SAP Fiori Elements-Based UI #7145

Closed jcailan closed 2 years ago

jcailan commented 3 years ago

Tutorials: https://developers.sap.com/tutorials/btp-app-create-ui-fiori-elements.html

I just run through the tutorial today and below is my finding:

Step 4: Make header info editable > It looks like it is no longer need to put below setting:

"editableHeaderContent": true

Actual setting:

                "RisksObjectPage": {
                    "type": "Component",
                    "id": "RisksObjectPage",
                    "name": "sap.fe.templates.ObjectPage",
                    "options": {
                        "settings": {
                            "entitySet": "Risks"
                        }
                    }
                }

image

slavipande commented 3 years ago

Hi @jcailan ,

I tested the steps again, but unfortunately, I was not able to reproduce the behavior at your side. Here's what I got in the app/risks/webapp/manifest.json: 2021-11-10_11-51-37

Also, the header info is not visible in the UI when creating a new risk: 2021-11-10_11-52-49

Could you please share what versions of cds, node.js, and the SAP Fiori Tools Extension Pack are you using to make sure we're testing against the same conditions? Here's what my versions are:

Best regards, Svetoslav

iwonahahn commented 2 years ago

Hi @jcailan,

We haven't heard from you in a while, so we are closing the issue. If you still have questions, feel free to reopen the issue.

Best regards, Iwona