Correct post-filtering selection for services.

This commit is contained in:
alext 2017-06-25 20:43:17 +02:00
parent 1e88d37879
commit 54897e8a3f
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
if (display) {
$.each(this.filterResults, function(index, service) {
if (service.id === id) {
if (service.id == id) {
this.display(service);
$('#edit-service, #delete-service').prop('disabled', false);
return false;