Skip to content

Key "exception_count" for sequence/mapping does not exis #14

Description

@jlchassaing

Hi

got this issue :

Key "exception_count" for sequence/mapping with keys "id, scheduled_dataflow_id, status, label, dataflow_type, options, requested_date, count, exceptions, start_time, end_time" does not exis

{content: (job.exception_count is not null ? job.exception_count : job.exceptions|length)|format_number(locale: app.request.locale)},

I'm on Ibexa 5 php 8.4 the fix could be :

{content: ((job.exception_count is defined and job.exception_count is not null) ? job.exception_count : job.exceptions|length)|format_number(locale: app.request.locale)},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions