• Resolved peter8nss

    (@peter8nss)


    The display of event context items which are an arrays seems to have got worse in release 5.0.0.

    In 5.0.0. value display of a two element array is as follows:

    "{\n    \"0\": {},\n    \"-2\": {}\n}"

    Whereas in 4.17.0 it was:

    {
    "0": {},
    "-2": {}
    }

    The older version seems more readable to me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eskapism

    (@eskapism)

    Thanks for the report! I’ll take a look at it (will also take a look at the options autoloading, they are not forgotten).

    Plugin Author eskapism

    (@eskapism)

    @peter8nss The display of event context items should be nice again now. Let me know if it works for you!

    Thread Starter peter8nss

    (@peter8nss)

    Nice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.