updated TODO, fixed BUG-69 not handling move of dirs to existing dir
This commit is contained in:
1
BUGs
1
BUGs
@@ -1,5 +1,4 @@
|
||||
### Next: 75
|
||||
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-69: when moving a directory (maybe files???) it creates new destination directory even if one exists... not sure what the os.replace, etc. does at that point???
|
||||
BUG-74: search/others? remembers start/offset, and if you reset view (e.g. another search) it doesnt show first page of results
|
||||
|
||||
3
TODO
3
TODO
@@ -1,8 +1,5 @@
|
||||
## GENERAL
|
||||
* move all unsorted photos/* -> import/
|
||||
TEST: moving over the top of same dir name (what does this do to FS content)
|
||||
-- I think the AddDir()'s should be finding existing ones, but maybe are adding?
|
||||
FIX: BUG-69
|
||||
TEST: what if we try to move a path in settings, should not allow this?
|
||||
|
||||
* remember last import dir, so you can just go straight back to it
|
||||
|
||||
Reference in New Issue
Block a user