Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.3
Component:
Views Integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2007 at 01:00 UTC
Updated:
10 Feb 2007 at 01:10 UTC
Comments
Comment #1
yched commentedThis is normal behaviour, so it's more a feature request, actually.
I think there is the same kind of issue when a field changes storage type (per field / per content type), that is, when instances are added / removed or when it's 'multiple' setting is changed.
Only in one case (storage type change) we simply have to update the cached query - pretty much already implemented
and in the other (field deletion) we'd have to update the view itself (remove fields / filters / sorts / arguments) - not sure this is doable cleanly.
Comment #2
dodorama commentedI know, but the problem is that there's no way of delete the field from the view since it isn't listed anymore.
I had to dig through the database and delete the query manually.
Off topic: why the storage type isn't always per field? Wouldn't it be simpler?
Comment #3
yched commentedOther thread at http://www.drupal.org/node/111975 is more active, actually, so I'm making this one a duplicate...