ZAFv2 - support "routeTo" for special views like deleted and suspended ?
Currently the ZAF client can open the view by ID:
client.invoke("routeTo", "views", <viewId>)
However there is no viewId for deleted and suspended views if we want to open Suspended or Deleted view. We tried:
client.invoke("routeTo", "views", "deleted")
client.invoke("routeTo", "views", "suspended")
but neither of them worked.
Is there any chance ZAFv2 to support this in routeTo?
Thanks alot.
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
0 Kommentare