Fix LP#
1028601 by showing the selection list creation buttons in the acq
search UI even when there are no search results.
Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
"interface": self.invGrid
},
"no_results": {
- "revealer": function() { alert(localeStrings.NO_RESULTS); }
+ "revealer": function() {
+ alert(localeStrings.NO_RESULTS);
+ self.show('picklist');
+ self.plGrid.hideLoadProgressIndicator();
+ }
}
}
};