Some sort of cache clearing is needed for CCK to notice a new field formatter.
This should probably be done in our plugin class when settings are saved.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1317594.reference_views.clear-cck-cache.patch | 876 bytes | joachim |
Some sort of cache clearing is needed for CCK to notice a new field formatter.
This should probably be done in our plugin class when settings are saved.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1317594.reference_views.clear-cck-cache.patch | 876 bytes | joachim |
Comments
Comment #1
joachim commentedI'd already tried to take care of this, but it wasn't working. This correctly clears CCK's cache of content type info, so adding a new formatter view display or changing its properties will make CCK notice as soon as the view is saved.