Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block_content.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jan 2015 at 15:36 UTC
Updated:
16 Feb 2015 at 12:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jaykandariCan I replace the comment with "Sets up Block Content Types" ? I've never submitted a patch. Maybe a good starting point ? :P
Comment #2
dasjoI would suggest low caps for consistency: Sets up block content types.
Indeed, this is a great starting point for learning how to create & submit patches :) Don't forget to assign the issue to yourself while working on it. Thanks
Comment #3
jaykandariAssigning Myself this issue (y)
Comment #4
larowlanThanks
Comment #5
jaykandariComment changed to "sets up block content types."
Comment #6
jaykandariComment #7
dasjoLooks good. Just a minor coding standards issue: the comment should start with a capital "S".
Comment #8
jaykandariComment corrected to "Sets up block content types."
Comment #9
dasjolooks great. setting to RTBC.
Comment #10
alexpottCan we also fix the other incorrect references to node in the block_content module tests?
in BlockContentTypeTest::testBlockContentTypeDeletion
in BlockContentTranslationUITest
Comment #11
prashant.cAttaching patch to correct the block type deletion confirmation.
Comment #12
joelpittet@Prashant.c can you add #8 to your patch and the other one @alexpott mentioned in #10?
Comment #13
shashikant_chauhan commentedIncluded all comment changes in one patch
Comment #14
shashikant_chauhan commentedComment #15
joelpittetHad a last check and there is still one more reference to node. It's in the class name in block-content-add-list.html.twig
Should be
Then I think this is RTBC. Thanks for the correction @shashikant_chauhan
Comment #16
prashant.cAttaching patch with all the changes including the class name in .twig file.
Comment #17
joelpittetSorry chasing head a bit here, but just happened across another issue that totally removed that class and it was committed this morning. So to keep up with HEAD, lets remove it here as well.
#2412373: Remove node-type-list from block-content-add-list.html.twig
Sorry for instructing the change, didn't know it was on the chopping block at the time.
Comment #18
prashant.cPulled the latest code today and could not find
Comment #19
prashant.cComment #20
joelpittetGreat thank you, I think this is good to go now.
I've checked for extra references to nodes and this covers the ones @alexpott mentioned in #10
These are all Doc and Test message changes so there should be nothing holding it back from getting into beta.
Comment #21
joelpittetComment #22
alexpottOnly changes tests and therefore not subject to beta evaluation. Committed 0f8f656 and pushed to 8.0.x. Thanks!