and patch up find as well...
This commit is contained in:
parent
c4f8d65cb2
commit
394a1863e0
|
@ -74,6 +74,8 @@ if ("GET"==rinput.verb)
|
||||||
{ // prep the view fields
|
{ // prep the view fields
|
||||||
if (disp==FindView.FD_COMMUNITIES)
|
if (disp==FindView.FD_COMMUNITIES)
|
||||||
{ // set the category (which also sets up the subcategory list and contained communities)
|
{ // set the category (which also sets up the subcategory list and contained communities)
|
||||||
|
if (rinput.engine.useCategories())
|
||||||
|
{ // only do this if we're using categories
|
||||||
view.category = rinput.user.getCategoryDescriptor(catid);
|
view.category = rinput.user.getCategoryDescriptor(catid);
|
||||||
if (view.category.categoryID>=0)
|
if (view.category.categoryID>=0)
|
||||||
{ // fill in the communities that are in this category
|
{ // fill in the communities that are in this category
|
||||||
|
@ -82,6 +84,8 @@ if ("GET"==rinput.verb)
|
||||||
|
|
||||||
} // end if
|
} // end if
|
||||||
|
|
||||||
|
} // end if
|
||||||
|
|
||||||
view.field = SearchMode.FIELD_COMMUNITY_NAME;
|
view.field = SearchMode.FIELD_COMMUNITY_NAME;
|
||||||
|
|
||||||
} // end if
|
} // end if
|
||||||
|
|
Loading…
Reference in New Issue
Block a user