Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Aug 2013 at 08:16 UTC
Updated:
18 Nov 2014 at 08:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tstoecklerHere we go. At least CustomBlockCreationTest passes on my machine, let's see what the bot says.
Comment #4
tstoecklerThis is still a valid issue. The module was renamed in the meantime, though, so the class is now
BlockContentBlock. Marking Novice, as the previous patch already outlines what needs to be done, the equivalent code just needs to be identified inBlockContentBlocknow.Comment #5
rpayanmTrying...
Comment #6
tstoecklerAwesome, looks perfect already. Just one thing:
This should be kept as well.
Comment #7
tstoecklerComment #8
rpayanmUps...sorry :)
Comment #9
tstoecklerPerfect. I worked on the original version of the patch, but since this had to be recreated from scratch I think it's OK for me to RTBC this.
Comment #10
alexpottUnneeded dependencies is a bug not a task. This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase?. Committed f0a7c35 and pushed to 8.0.x. Thanks!