Active
Project:
Business Rules
Version:
2.0.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2023 at 18:04 UTC
Updated:
5 Mar 2023 at 18:04 UTC
Jump to comment: Most recent
Occasionally (Approx 1 out of every 20 nodes) nodes are being saved to the database (Node table) with a revision id that doesn't exist causing Page Not Found error. If I override the Node table vid with the vid from the revision table, the node is restored. The nodes are only being updated by the user and the Business Rules module.
I initially thought that this was caused by having multiple business rules that update the same node upon the node being updated, however, I have other sites that do this without a problem.
Install Drupal 8
Install Business Rules 2.0.0-beta1
Create rule that updates a field on the node once the node is updated.
Comments