Have had this issue for a bit. Image Gallery is awesome and a big time saver. I've noticed that when I'm trying to rename docs of type "Employment tax docs [...]", despite clicking save, sometimes the name doesn't save. Haven't had this problem for other document types (ID, 1099-bla, etc).
Og name:
New name (and have clicked save):
Result upon refreshing the page:
Easy workaround is to manually click "Edit" on each of the docs and rename them on that page rather than using Image Gallery, just takes slightly longer.
I don't know JS but just from scanning thru the code, the doctype in the dropdown (for ImageGallery and elsewhere) is called Employment tax documents (W2's, 1099, etc) but in the userscript it's ['Employment', "Employment tax docs (W2's, 1099)"]. But idk if that's relevant.
Have had this issue for a bit. Image Gallery is awesome and a big time saver. I've noticed that when I'm trying to rename docs of type "Employment tax docs [...]", despite clicking save, sometimes the name doesn't save. Haven't had this problem for other document types (ID, 1099-bla, etc).
Og name:
New name (and have clicked save):
Result upon refreshing the page:
Easy workaround is to manually click "Edit" on each of the docs and rename them on that page rather than using Image Gallery, just takes slightly longer.
I don't know JS but just from scanning thru the code, the doctype in the dropdown (for ImageGallery and elsewhere) is called
Employment tax documents (W2's, 1099, etc)
but in the userscript it's['Employment', "Employment tax docs (W2's, 1099)"]
. But idk if that's relevant.