Closed (fixed)
Project:
Multiversion
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2018 at 13:39 UTC
Updated:
1 Aug 2018 at 10:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
axicdv commentedComment #3
jeqq commented@axicdv Thank you for this fix!
The fix idea looks good but we can avoid duplicating that code in so many places. The simplest way to do it, is to do that check and set the skip value right before saving the entity in
ContentEntityStorageTrait::save(), in Multiversion module (before try/catch statement).How the code should look:
Moving the issue to Multiversion.
Comment #4
axicdv commentedComment #6
timmillwoodComment #8
jeqq commentedThanks!