You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change nothing on a revision will create a new hash if the finalized by username is different, because signRaw is not excluding this.
The setRawDataFinilizedBy method is overkill and should be removed, together with the tryToFinalizeOn property
Solution:
The signRaw should excluded the _finalized_by & _finalization_datetime for calculating the hash
The signRaw is also call by bulker, should it should not delete the _finalized_by & _finalization_datetime field, the $objectArray is passed by reference
The setFinalizedBy should be called be for calling the sign method, and should also set the finalizationDateTime to now
The text was updated successfully, but these errors were encountered:
If we change this we can also update the recompute:
We are signing the new revision twice, because we first need to be able to see if something has changed.
Setting the finalized by to SYSTEM_RECOMPUTE will allways result in a new revision, see description ticket.
Revision Entity:
dataService:
Issues with this code:
Solution:
The text was updated successfully, but these errors were encountered: