Flawed logic when checking for invalid query

The old logic would check for a condition that would never happen
because it was already checked for earlier on. This commit will
be especially useful when browsing is merged so the users mistakes
can be pointed out instead of the blank screen that currently shows
up.

Change-Id: I303ecc8b97c153f6cb35c569884ef68d2b482e51
Story: 2005278
Task: 30130
Signed-off-by: Malek Karray <Malek.Karray@windriver.com>
This commit is contained in:
Malek Karray 2019-03-20 16:41:54 -04:00
parent 0bb4d753cd
commit 4a0931f6af
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
</div>
<div class="row" ng-if="criteria.length > 0">
<div class="col-xs-12" ng-if="hasValidCriteria">
<div class="col-xs-12">
<table class="table table-condensed table-striped">
<thead>
<tr>