Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jun 2013 at 11:19 UTC
Updated:
29 Jul 2014 at 22:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedthis seems legit to me.
did you look for any other occurrences of 'storage_comparer'?
Comment #2
clemens.tolboom@beejeebus: good point. Scanning code there where a few more occurrences.
I now have renamed differently to storage_comparer as that resembles more this it's class.
Comment #4
clemens.tolboom#2: core-config_comparer-storage_comparer-2012566-2.patch queued for re-testing.
Comment #5
mtiftTagging
Comment #5.0
mtiftChanged the preferred name from config_comparer to storage_comparer.
Comment #6
Luka Zitnik commentedTaking on this issue.
commit 0adc91af5c22fedfa74ad1c66cea42a3b6eb5c4e removed /core/modules/config/config.admin.inc, but there are still few $config_comparer variables left for me to rename them to $storage_comparer.
Comment #7
Luka Zitnik commentedRenamed local variables $config_comparer, instances of \Drupal\Core\Config\StorageComparer, to $storage_comparer.
Comment #9
Luka Zitnik commented7: core-config_comparer-storage_comparer-2012566-7.patch queued for re-testing.
Comment #10
Luka Zitnik commentedComment #11
lokapujyaGood change to make the variable name consistent.
Comment #12
alexpottCommitted 77d0c14 and pushed to 8.x. Thanks!