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