Workarea 3.4.33

Patch release notes for Workarea 3.4.33

Correct/clarify Dragonfly configuration warning

This warning's language was based on outdated functionality, this updates it to reflect what happens currently.

Commits

Remove caching from direct upload CORS requests

The caching continues to give us problems, and this isn't a high-traffic part of the system so there isn't a practical need for it.

Pull Requests

Fix incorrect import errors

When an import fails due to a missing DataFile::Import document, the ProcessImport worker will raise a nil error due to the ensure. This fixes by ensuring the DocumentNotFound error gets raised.

Pull Requests

Now on GitHub