I use drupal to manage my employees, specifically performance reviews. Performance reviews are set up as content types. I used an entity reference to provide a drop down box of all current employees (filtered by active status or not). Then managers can select the employee and write up a review.

What I want to do is have these reviews displayed in a block next to the users profile when you view it, but only display that user profile's reviews.

Any idea on how to sort a view based on the currently loaded user profile in this manner?

Comments

dev25 created an issue.