Skip to content
Snippets Groups Projects
Commit 14dbe483 authored by cramakri's avatar cramakri
Browse files

Correctly update the title of the navigation view (this was broken by a refactoring)

SVN: 27182
parent 42449c3b
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@
if ([[UIDevice currentDevice] userInterfaceIdiom] != UIUserInterfaceIdiomPad) return;
[self.openBisModel selectObjectAtIndexPath: indexPath];
self.title = self.openBisModel.selectedObject.summaryHeader;
// Figure out what to do with the detail view and the navigation view
self.detailViewController.openBisModel = self.openBisModel;
......@@ -166,7 +167,6 @@
- (void)initializeDrillDownFrom:(CISDOBMasterViewController *)parent
{
self.openBisModel = [[CISDOBOpenBisModel alloc] initWithParentModel: parent.openBisModel];
self.title = self.openBisModel.selectedObject.summaryHeader;
}
#pragma mark - Fetched results controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment