I'm a web developer working for the University of Cincinnati on COOP and I've been instructed to redesign and develop the web panel used by the computer lab staff and the supervisors to manage and keep track of everything in the lab from headcounts, to schedules, to employee and identity management (handled by a CLS system), to trouble tickets for broken machines and a group study room schedule application and editor.
On a views of type Page we can use a contextual filter with a default parameter given by a query parameter and it works fine (when the parameter is provided in the url).
I’m wondering if we can use the same contextual filter on views of type Entity reference.
With the beta7 a field using that view doesn’t show any result at all (when the parameter is provided in the url).
With the beta9 there is a bug: when defining the field it is not possible to select the view (of type entity reference) so I can’t say if it’s working or not.