When using Features with the Diff module, an additional tab is added to features' edit pages: "Review Overrides". It's really useful, but lacking in one major way: you can't tell which feature's overrides you're looking at when you're on the page. The breadcrumbs are incomplete, the page's title is just "Features", and there's no markup on the page that display's the feature's name.

I've attached a patch which fixes this problem. It calls drupal_set_title() in the features_feature_diff() function. The patch works on both Features 1.0 and 2.0-beta2 (although the change is offset by 469 lines on 2.0's version of the file, the patch still applies cleanly using patch -p1).

I would have liked to fix the breadcrumbs, so that they'd work more like they do on the "Manage Display" tab when editing a content type, but I couldn't figure out how (mostly because I don't know why they're broken in the first place). If someone can make a patch that fixes them, it'd be a much better way to fix this issue.

Comments

mpotter’s picture

Status: Needs review » Fixed

Committed to 2c2dae8.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.