I've created a View using the Editfield module to allow me to do multiple edits to nodes on a single page, and I wanted to include an option for whether signups are open or closed. I use an unformatted style with editview row style. However, when adding the Signup: Status field, the views output shows the node 'Published' field instead. I suspect this is because both the node and signup tables use a 'status' column and the editview query is taking the first 'status' field it comes across, i.e. the node one. If I change the row style back to plain fields, it shows the correct signup status field, so clearly an issue with editview.