- Merge request !152Fixed skip_imported processor overwriting local entities if there has not... → (Open) created by joachim
// If there is no information on when this entity was last imported, it
// means that probably it hasn't been - so it should be importable.
if (!$import_status_entity) {
return TRUE;
}
This causes data loss!!!
Consider if the client and the server are from the same database, in a setup used to deploy content between environments.
Suppose that entity A is in both databases and in the client there is a newer revision.
Meanwhile, the user pulled entity B, which references A.
The bug means that A will get pulled even though the server's copy is older.
Active
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.