- Issue created by @vermario
- Merge request !18Only trigger the access rights batch when a term is edited if the relevant fields have changed. → (Merged) created by vermario
Automatically closed - issue fixed for 2 weeks with no activity.
When we edit a term, we also trigger a batch operation to recalculate the access rights of any node connected that has the term.
However, we do it for all changes of the term (including the term name, weight, etc) so we end up doing this operation way more than needed.
We should instead detect, when a term is being changed, that the change is relevant for the access control, and only then trigger the batch operation.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.