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
When a property of type Filereference is deleted or set to empty, the backend module crashes with an error.
The reason for this is that in the class SUDHAUS7\FeDataHistory\Traits\HistoryRecord in the function writeModified in the last Else conditions at $oldRecord is not considered whether it is an object. If it is an object, only the UID may be used.
The text was updated successfully, but these errors were encountered:
Can you please check the branch issue-3 if that works for your case?
Another question: why do you send a screen-shot with updated code instead of a patch, or - even better - a merge-request? Seems to be excessive effort to display a point ?
When a property of type Filereference is deleted or set to empty, the backend module crashes with an error.
The reason for this is that in the class SUDHAUS7\FeDataHistory\Traits\HistoryRecord in the function writeModified in the last Else conditions at $oldRecord is not considered whether it is an object. If it is an object, only the UID may be used.
The text was updated successfully, but these errors were encountered: