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
It'd be nice to be able to add “any param” to a view, that could then be handled by a Restangular Interceptor.
My need is to have several collections in the dashboard on the same entity, with forced filters.
I cheated with a dummy sort filter (and an object as direction). This works well as long as I don't try to sort the collection with another column, of course.
So, it'd be nice…
The text was updated successfully, but these errors were encountered:
The real need being pre-filtered lists, I totally agree with you. It's a much needed feature. As your issue title mentions a solution more than a requirement, I took the liberty to rename it.
We'll look into it shortly.
fzaninotto
changed the title
Add arbitrary param to be used by Restangular Interceptor
Add default filter parameter (non removable) to datagrids
Jul 6, 2015
But maybe it is also interesting to be able to send "hints" to Interceptors. Because this is a very powerful way to adapt the admin to any need! I could open another issue…
fzaninotto
added a commit
to marmelab/admin-config
that referenced
this issue
Aug 5, 2015
It'd be nice to be able to add “any param” to a view, that could then be handled by a Restangular Interceptor.
My need is to have several collections in the dashboard on the same entity, with forced filters.
I cheated with a dummy sort filter (and an object as direction). This works well as long as I don't try to sort the collection with another column, of course.
So, it'd be nice…
The text was updated successfully, but these errors were encountered: