When I open the popup in the editor and select attachments, I see a drop down with all my attachment sub-folders listed but if I try to search or list the contents of any of them the result is mostly empty and what does show is not in the proper category.
I don't see any setting to address this but I have not looked at the code.
I ran a query to see if the identifiers were in the database with this result. It loks like I should be seeing lots of images to choose from.
Code:
SQL query:
SELECT count(`filedataid`) count,
min(`filedataid`) Lo,
max(`filedataid`) Hi,
`categoryid`
FROM `attachmentcategoryuser`
WHERE `userid` = me
group by categoryid LIMIT 0, 30 ;
Rows: 24
count Lo Hi categoryid
1269 153 174971 0
12 115122 137322 1
6 112866 116874 2
3 127463 127465 6
63 128128 128190 7
21 135567 135806 9
18 138488 138505 11
8 139374 139381 12
7 139610 139616 13
13 139779 139791 14
14 139813 139826 15
13 140048 140060 16
17 140411 140428 17
5 140826 140830 18
7 146336 146342 20
4 146708 149977 21
4 118857 148660 22
21 148860 154965 23
9 162544 162552 67
29 164775 165197 68
8 165910 165917 69
11 167796 167806 70
4 167887 167890 71
3 168602 168604 72