20 lines
974 B
Plaintext
20 lines
974 B
Plaintext
### Next: 77
|
|
BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry
|
|
BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think
|
|
BUG-74: search/others? remembers start/offset, and if you reset view (e.g. another search) it doesnt show first page of results
|
|
BUG-75: Tried moving 111 working dir and it failed as dt is invalid/empty? just means buttons for existing are empty
|
|
BUT, although files moved on FS, it is not visible in the DB???
|
|
I am in the BIN path!!!!!
|
|
pa=# select * from path_dir_link where dir_eid in ( 5, 41818, 41819, 41832, 41921, 43539, 43545 );
|
|
path_id | dir_eid
|
|
---------+---------
|
|
2 | 5
|
|
*** 3 | 41818
|
|
2 | 41819
|
|
2 | 41832
|
|
2 | 41921
|
|
2 | 43539
|
|
2 | 43545
|
|
|
|
Test move between paths in DEV, should now work
|