You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: expand getUIPath, simplify base classes (#4525)
* API: expand getUIPath, simplify base classes
* separate apiPath (which can have slashes) from the rest (which shouldnt, except EE names)
* getUsedDependencies - remove cancelToken, only practical for longer-running requests like upload
* mapParams - replace mapPageToOffset calls with mapParams to also include sort
* No-Issue
* mapParams - make mapPageToOffset a bool
* constructor cant read class variables
* used by depenendencies - use HubListToolbar
mostly because the onChange-based filter would really need a cancel token,
but we want unified filters everywhere too
0 commit comments