Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8526

Re: Extending Controllers

$
0
0

Hi Timo,

 

Can you change the controller definition to the following and try?

 

sap.ui.core.mvc.Controller.extend("de.company.objectManager.view.LocationDetails", {    

     doNavBack : function() {    

          sap.ui.getCore().getEventBus().publish("nav", "back", {});    

      },    

});   

 

Thanks and best regards,

Shilpa


Viewing all articles
Browse latest Browse all 8526

Trending Articles