Hello,
We are running into an issue with this where, attaching a file to any other documents from the Library. The file appears there, for about 2 seconds and then disappears.
Could the after_insert hook be misbehaving or some such? When does it trigger?
Another minor issue, but the file_doc.update hook seems to be misbehaving and creating/leaving duplicates behind. Changing the file_doc.update to utilize the file_doc.save() method seems to have solve that issue. If this is incorrect, please let me know.
Hello,
We are running into an issue with this where, attaching a file to any other documents from the Library. The file appears there, for about 2 seconds and then disappears.
Could the after_insert hook be misbehaving or some such? When does it trigger?
Another minor issue, but the file_doc.update hook seems to be misbehaving and creating/leaving duplicates behind. Changing the file_doc.update to utilize the file_doc.save() method seems to have solve that issue. If this is incorrect, please let me know.