Hi experts,
Our company has a simple fiori application, I want to delete some text of this application.
I have a little knowledge about UI5, and I found the text is in the file "Detail.View.xml",
code:
<ObjectHeader id="objectHeader" title="{ path: 'Zperiod', formatter: '.sText1'}" number="{Pernr}"> <statuses> <ObjectStatus text="带薪年假剩余{Zsfnj}天" state="Error" /> <ObjectStatus text="带薪病假剩余{Zsybj}天" state="Success" visible = "{ path: 'Znote1', formatter: '.statusText'}"/> <ObjectStatus text="调休假剩余{Znumc1}天" state="Warning" /> </statuses> <attributes> <ObjectAttribute text="{Name2}" /> <ObjectAttribute text="{Orgtx}" /> <ObjectAttribute text="{Plstx}" /> </attributes> </ObjectHeader>
I changed the value of text = "" in SE80, Web Application Builder, then save and active. But nothing happened. When opened the application again, the text not disappear.
(My colleague told me we have an independent AS for fiori application, and we can change object in PRD, so no transport needed)
I cannot understand the appearence,and could someone tell me why my modification no effect?