Fix cache asynchro

This commit is contained in:
Romain Neutron
2012-02-22 12:18:30 +01:00
parent c562ab11a0
commit dc1ec6df7d

View File

@@ -104,6 +104,11 @@ class cache_databox
$field->delete_data_from_cache(); $field->delete_data_from_cache();
} }
foreach($record->get_subdefs() as $subdef)
{
$subdef->delete_data_from_cache();
}
break; break;
case 'structure': case 'structure':
$appbox->delete_data_from_cache(\appbox::CACHE_LIST_BASES); $appbox->delete_data_from_cache(\appbox::CACHE_LIST_BASES);