Commit 00e60510 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: schema_editor: does not show schema in panel if schema does not have title

parent 125d33a4
......@@ -74,7 +74,7 @@
.push(function () {
return RSVP.all([
context.jio_allDocs({
"query": 'portal_type:"JSON Schema"',
"query": '(portal_type:"JSON Schema") AND (NOT (title:""))',
"limit": [0, 31],
"select_list": ["title", "reference"],
"sort_on": [["title", "descending"]]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment