Default to user only data on search page
This commit is contained in:
@@ -76,5 +76,10 @@ namespace LeafWeb.WebCms.Models
|
||||
&& string.IsNullOrEmpty(phips2)
|
||||
&& !compl
|
||||
);
|
||||
|
||||
public bool HasParameters =>
|
||||
HasExtendedParameters
|
||||
|| !string.IsNullOrEmpty(q)
|
||||
|| usr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user