appdaemon icon indicating copy to clipboard operation
appdaemon copied to clipboard

sorting in admin interface not working as expected.

Open ReneTode opened this issue 7 years ago • 0 comments

sorting doesnt always work as expected. ill report for ech column:

Apps:

  • name: not sorting at all
  • state: not sorting at all
  • callbacks: not sorting at all
  • arguments: not sorting at all filter works (allthough it also searches in arguments)

Entities: all fields sort as expected, but only at that moment. as soon as something changes the sorting is wrong filter works, but its hard to find entities when it also filters through states and attributes

Threads: all fields sort as expected, but only at that moment. as soon as something changes the sorting is wrong filter works, is usefull that it filters trough attributes, because thats the only usefull place

Callbacks: scheduled:

  • execution time doesnt sort
  • repeat 1 hour should come before 1 day
  • fired doesnt work
  • all others work but only at that moment. as soon as something changes the sorting is wrong filter works over all columns

state callbacks:

  • fired doesnt work
  • last executed: never should be before the first date and not after the last
  • all other fields sort but as soon as something changes the sorting goes back to original sorting filter works over all columns

event callbacks: same as state callbacks

ReneTode avatar Jan 24 '19 23:01 ReneTode