In Drupal 7 per-content type visibility was re-introduced. #453254: Re-introduce per-content type visibility to block settings
But this module still have own implementation of this feature.

Comments

michelle’s picture

Title: per-content type visibility in block settings » Use core's per-content type visibility in block settings
Category: bug » task

It's not a bug to not re-use code. It does, however, make sense to do so. I'll leave this active but I'm not working on Author Pane so no idea if/when it will happen.

Michelle

chi’s picture

Status: Active » Needs review
StatusFileSize
new1.67 KB
michelle’s picture

Well, I can't resist a patch. :) I currently have no dev environment set up so I can't just go and apply this quick. But I should be finished with all my rebuilding within the next few days and will hopefully be able to do this by early next week. If this goes a week with no response, feel free to bump. Stuff falls off my radar pretty easy. :(

Michelle

Scyther’s picture

Assigned: Unassigned » Scyther

Will take a look at that patch as soon as possible.

Scyther’s picture

Status: Needs review » Needs work

Issue with the patch! If you apply it, you can not show the block on a user page if you check any of the checkboxes for per-content type visibility.

chi’s picture

It's not the patch issue. Every drupal block cannot be shown if you check any of the checkboxes for per-content type visibility.

michelle’s picture

If you check any of the boxes then it won't be shown anywhere except on those node types? That would be a regression, then. I'd say this is a won't fix unless Scyther has a way of making it work properly.

Michelle

Scyther’s picture

Status: Needs work » Closed (won't fix)

Yes that is correct Michelle. node_block_list_alter() is handling that so I can not see a way to get this to work right now.