forked from 0x2620/pandora
fix annotation title, no startswith for annotations
This commit is contained in:
parent
8c3d089bd8
commit
d3b9d87c43
1 changed files with 2 additions and 2 deletions
|
@ -618,7 +618,7 @@
|
|||
{
|
||||
"id": "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
|
||||
},
|
||||
{
|
||||
|
@ -656,7 +656,7 @@
|
|||
},
|
||||
{
|
||||
"id": "numberofannotations",
|
||||
"title": "Annotations",
|
||||
"title": "Number of Annotations",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"sort": true
|
||||
|
|
Loading…
Reference in a new issue