Skip to content
Snippets Groups Projects
Commit 71287bc1 authored by srosse's avatar srosse
Browse files

OO-1975: the flag "own resources" was not reseted after cancel

parent e3afee32
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,7 @@ public class AuthorListController extends FormBasicController implements Activat
searchParams.setAuthor(null);
searchParams.setDisplayname(null);
searchParams.setDescription(null);
searchParams.setOwnedResourcesOnly(false);
}
} else if(userSearchCtr == source) {
@SuppressWarnings("unchecked")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment