fix ternary that was hiding the search and action buttons for related lists

This commit is contained in:
John Mitchell
2016-04-29 09:59:28 -04:00
parent 4e32e905d9
commit 06f157b2c9

View File

@@ -1782,7 +1782,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
html += ` html += `
<div class=\"row\" <div class=\"row\"
ng-show=\"${collection.hideSearchAndActions ? true : false}\"> ng-show=\"${collection.hideSearchAndActions ? false : true}\">
<div class=\"col-lg-8\" <div class=\"col-lg-8\"
ng-show=\"${collection.iterator}Loading == true || ng-show=\"${collection.iterator}Loading == true ||
${collection.iterator}_active_search == true || ( ${collection.iterator}_active_search == true || (