﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18158	Mix FormView with ListView functionality	Evandro Myller	nobody	"I've been wrestling this for hours and still couldn't figure out how one can mix a {{{FormView}}} with a {{{ListView}}} without having to repeat code or writing nasty code pieces.

A very simple use case: Object search view.

Many times we need to combine a simple search form into a {{{ListView}}}, but there's no straightforward way to do so. What I expected is that inheriting from {{{ListView}}} and {{{FormView}}} at once could get me to what I need, but, instead, it clashes on {{{form}}}/{{{object_list}}} context variables because of the order of their {{{get}}} methods.

In my - and many - cases, I need to process the search form - actually a model form, since it comes from a model called {{{SavedSearch}}} - in order to filter items out, save the search object and whatever else, depending on the form.

I expected that #16074 would fix this. :-("	Uncategorized	closed	Generic views	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
