Serene v3.9.14 Release Notes

Release Date: 2019-12-23 // over 4 years ago
  • ๐Ÿ”‹ Features:

    • Int64Field should serialize big values into strings just like JsonSafeInt64Converter to avoid loss of precision due to javascript JSON deserialization
    • call ValidatePermissions in DeleteRequestHandler just before ValidateRequest, so that Request can be accessible there, closes #4785

    ๐Ÿ›  Bugfixes:

    • latest changes for permissions in Dialog.scriban and Grid.scriban had syntax errors.