Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
editor.module
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
9 May 2014 at 21:51 UTC
Updated:
29 Jul 2014 at 23:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersThe "test only" patch should fail.
Comment #2
berdirI was wondering what that didn't work (anymore) :)
As did @EclipseGc in IRC...
Not specific to this fix, but wondering why this doesn't load all editors together and foreaches on that, then it simply won't do anything if there's nothing?
There is no editor_load_multiple(), but it can use the entity manager or entity_load_multiple().
#2190313: Add $EntityType::load() and loadMultiple() to simplify loading entities would help, which currently doesn't deprecate/replace entity_load() (please review that :))
Comment #3
dawehnerJust learned a new thing
Comment #4
eclipsegc commentedThis looks pretty rtbc to me, and fixes a huge wtf imo.
Eclipse
Comment #5
Bojhan commentedHah, I did notice this - thought it was my computer acting up.
Comment #6
webchickCommitted and pushed to 8.x. Thanks!
Comment #8
jcisio commentedNotice: the default.settings.php change should have been part of #2241633: Simplify site-specific service overrides.
Comment #9
wim leers#8: Wrong issue?
Comment #10
jcisio commentedNope, it was a notice for a mistake in webchick's commit http://drupalcode.org/project/drupal.git/commitdiff/5f79a75. And it's this issue ;)
Comment #11
webchickHm. Strange. Re-appled that hunk of the diff and committed and pushed to 8.x. Thanks!
Comment #13
jcisio commentedI didn't mean a patch, just a note for whom who do git blame, because I thought that extra note had already been removed in #2241633: Simplify site-specific service overrides. But in fact no. I've just checked again in that issue, catch reverted the commit, but then undid that revert.
So this commit is actually good. Thanks.
Comment #14
wim leers