Skip to content

Commit e64cf8b

Browse files
committed
Merge branch 'develop'
2 parents cf09908 + 87affa4 commit e64cf8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/Models/Asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ public function scopeByFilter($query, $filter)
935935
}
936936
}
937937

938-
if ($fieldname!='category') {
938+
if (($fieldname!='category') && ($fieldname!='status_label')) {
939939
$query->orWhere('assets.'.$fieldname, 'LIKE', '%' . $search_val . '%');
940940
}
941941

config/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return array (
3-
'app_version' => 'v4.1.1',
4-
'build_version' => '46',
5-
'hash_version' => 'g28a4293',
6-
'full_hash' => 'v4.1.1-46-g28a4293',
3+
'app_version' => 'v4.1.2',
4+
'build_version' => '48',
5+
'hash_version' => 'gd21c92f',
6+
'full_hash' => 'v4.1.2-48-gd21c92f',
77
);

0 commit comments

Comments
 (0)