Describe the bug
Extra attachments are not being assigned to emails properly. I suspect the email module is pulling the paths from the view, however the view only stores the name of the file (not path), so the full path must be acquired from the home model.
- The quoteform is attached successfully, so this bug is isolated to the extra_attachments.
Expected behavior
The paths can be saved into the view as-is (names only, as strings), however the full path should be saved as a validated Path obj. That Path obj should then be used when making the emails.
Describe the bug
Extra attachments are not being assigned to emails properly. I suspect the email module is pulling the paths from the view, however the view only stores the name of the file (not path), so the full path must be acquired from the home model.
Expected behavior
The paths can be saved into the view as-is (names only, as strings), however the full path should be saved as a validated Path obj. That Path obj should then be used when making the emails.