This is what the LocationDetails.controller.js looks like:
sap.ui.controller("de.company.objectManager.view.LocationDetails", { doNavBack : function() { sap.ui.getCore().getEventBus().publish("nav", "back", {}); }, });
The only functionality implemented is the handling of the "back" button. It works just fine when I'm launching the unextended Application.