Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2009 at 22:53 UTC
Updated:
9 Sep 2009 at 00:20 UTC
list_allowed_values() has a static cache that cannot be cleared. I guess it only needs to be cleared when a field's allowed values changes and that can only happen during field_update_field() which, incidentally, isn't written yet. But when it is, this function will need to be fixed.
Comments
Comment #1
yched commentedBeen fixed meanwhile.