michaelaltmann / get-your-refund

1 stars 5 forks source link

Image Gallery doesn't save filenames for doctype "Employment tax docs.." #34

Open akh8zm opened 3 years ago

akh8zm commented 3 years ago

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: image

New name (and have clicked save): image

Result upon refreshing the page: image

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.