Skip to content

Uninitialized properties (transfer_id, file_id) in AuditLog #2519

@sunetfreitag

Description

@sunetfreitag

It seems that there are two properties not initialized in the AuditLog class: transfer_id and file_id

For me, this yields a deprecation of dynamic properties error message in a local test environment.
Adding two lines to initialize the properties should solve the issue:

    protected $transfer_id = null;
    protected $file_id = null;

Metadata

Metadata

Assignees

No one assigned

    Labels

    fix mergedA PR has been created and merged to help or address this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions