fix limit dropdown
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
return {
|
||||
field_id: fieldId,
|
||||
q: params.term || "",
|
||||
limit: 10,
|
||||
limit: 0, // 0 = no limit for custom field values
|
||||
};
|
||||
},
|
||||
processResults: function (data) {
|
||||
|
||||
Reference in New Issue
Block a user