Closed (cannot reproduce)
Project:
Node-level Blocks
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2013 at 23:00 UTC
Updated:
5 Feb 2016 at 15:39 UTC
Jump to comment: Most recent
Comments
Comment #1
Johnny vd Laar commentedFor me this bug doesn't occur, perhaps a commit in the last few months fixed this.
Comment #2
askibinski commentedI think I know howto reproduce:
@Johnny you probably used the 1.x branch of block class, which doesn't seem to have this issue.
However, when upgrading to 2.3 (necessary because of a recent SA), I noticed all block classes in node level blocks are not rendered. They are available in the edit screen and this problem only seems to present on blocks that are placed through node level blocks.
I haven't dived into the code yet, but the 2.x branch of block_class uses a different approach: it adds a field css_class to the core block table instead of using a seperate table. Maybe this will give some direction.
Comment #3
Johnny vd Laar commentedOn a fresh install of NLB 7.x-2.0 with Block class 7.x-2.3 I do get block classes... So cannot reproduce... If you can provide me better directions then I'll look into it again.