Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
29 Sep 2012 at 12:59 UTC
Updated:
29 Jul 2014 at 21:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
andreiashu commentedComment #2
andreiashu commentedtagging and back to needs work
edit: not sure how the attached patch for in this comment...
Comment #3
andreiashu commentedYML file is now called field.settings.yml, updated code as well
Comment #4
yched commentedWe don't need 'field_' in the name of the new property - 'purge_batch_size' should be enough.
Other than that, this should be ready to fly.
Comment #5
andreiashu commentedthanks for the review Yves. New patch attached
Comment #6
yched commentedThanks !
Comment #7
dries commentedCommitted to 8.x. Thanks.
Comment #8
swentel commentedSorry te reopen, but the patch missed a couple of field_purge_batch functions which still are hardcoded to 10.
Comment #9
Stalski commentedImprovements are fine
Comment #10
longwaveShould the parameter to field_purge_batch be optional, and default to this config value, rather than having to repeat config()->get() everywhere?
Comment #11
swentel commentedSounds plausible, there's no UI for this one anyway and probably never will be either. I can live with both situations, let's wait until a core committer checks the patch.
Comment #12
yched commentedNope, the hardcoded 10s that remain are intentional. They didn't read from the variable before, ee still want them to be 10 even if someone puts the config value to 1000
Comment #13
swentel commentedOh, alright, sorry for the noise :)