-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't working as-needed or as-intended, or may be missing dataSomething isn't working as-needed or as-intended, or may be missing dataimprovementImprovements or additions to already-existing code---not part of new features/requestsImprovements or additions to already-existing code---not part of new features/requests
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as-needed or as-intended, or may be missing dataSomething isn't working as-needed or as-intended, or may be missing dataimprovementImprovements or additions to already-existing code---not part of new features/requestsImprovements or additions to already-existing code---not part of new features/requests