Project

General

Profile

Bug #91894

Updated by Daniel Siepmann over 3 years ago

When using sqlite, data fetched from DB is not of expected data types. 
 Therefore some return type hints will break. 

 In order to not break resolvePreviewRecordId(), there has to be a cast. 

 This prevents users from editing translated records.

Back