Skip to content

Commit

Permalink
#2899 Fixed bug on search by store id on "Topics (pages)" page
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed Mar 5, 2018
1 parent 83d355e commit dae3e4d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ public virtual IActionResult List(DataSourceRequest command, TopicListModel mode
if (!_permissionService.Authorize(StandardPermissionProvider.ManageTopics))
return AccessDeniedKendoGridJson();

if (model.AvailableStores.SelectionIsNotPossible())
model.SearchStoreId = 0;

var topics = _topicService.GetAllTopics(model.SearchStoreId, true, true);

if (!string.IsNullOrEmpty(model.SearchKeywords))
Expand Down

0 comments on commit dae3e4d

Please sign in to comment.