Skip to content

bug: Extra attachments not being attached to email - needs to be acquired from model, not view. #103

@Samlant

Description

@Samlant

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 dataimprovementImprovements or additions to already-existing code---not part of new features/requests

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions