Changes to the categories of a node don't get properly tracked. Instead of applying only to the last revision, they seem to apply to all revisions.

Comments

killes@www.drop.org’s picture

Version: 4.7.0-rc3 » x.y.z
Category: bug » feature

Yes this is known. It wasn't considered important at the time of creating the revisions patch. Feel free to provide a patch after 4.7 is released.

pukku’s picture

Fair enough.

Although, at this point it works better for me this way, so perhaps I shouldn't be too anxious to get this fixed.

LAsan’s picture

Version: x.y.z » 7.x-dev

Any insights about this issue?

Moving to 7.x dev.

LarsKramer’s picture

Title: Changes to taxonomy don't get tracked in revision history » Add revision support to taxonomy
Version: 7.x-dev » 8.x-dev
Component: node system » taxonomy.module

I think the correct way for tracking changes to a term would be to implement a revision system for taxonomy. Or perhaps to separate the revision system from node.module and make it availabe for all entities.

Related issue: http://drupal.org/node/540118

jibran’s picture

Issue summary: View changes

For D7 you can use https://drupal.org/project/taxonomy_revision module. But I think it is little late for D8 in the cycle to add this kind of functionality. Perhaps 8.1.

berdir’s picture

Title: Add revision support to taxonomy » Changes to taxonomy don't get tracked in revision history
Component: taxonomy.module » node system
Status: Active » Fixed

The original issue was about revision support for node/term assignments, which already works since 7.x as it relies on the field system. *Not* revisions for terms.

Supporting that sounds like a separate issue, feel free to open one. Reverting and marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Anonymous’s picture

Has the solution of taxonomy revision come for Drupal 8?