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:
parent
0bb4d753cd
commit
4a0931f6af
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user