fix annotation title, no startswith for annotations

This commit is contained in:
j 2023-06-30 16:48:51 +05:30
parent 8c3d089bd8
commit d3b9d87c43

View file

@ -618,7 +618,7 @@
{ {
"id": "annotations", "id": "annotations",
"title": "Annotations", "title": "Annotations",
"type": "string", // fixme: not the best type for this magic key "type": "text", // fixme: not the best type for this magic key
"find": true "find": true
}, },
{ {
@ -656,7 +656,7 @@
}, },
{ {
"id": "numberofannotations", "id": "numberofannotations",
"title": "Annotations", "title": "Number of Annotations",
"type": "integer", "type": "integer",
"columnWidth": 60, "columnWidth": 60,
"sort": true "sort": true