Merge branch 'stable'
This commit is contained in:
@@ -57,7 +57,7 @@ Espo.define('views/global-search/global-search', 'view', function (Dep) {
|
||||
runSearch: function (text) {
|
||||
var text = this.$input.val();
|
||||
if (text != '' && text.length > 2) {
|
||||
text = encodeURI(text);
|
||||
text = text;
|
||||
this.search(text);
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "espocrm",
|
||||
"version": "3.7.2",
|
||||
"version": "3.7.3",
|
||||
"description": "",
|
||||
"main": "index.php",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user