node-red / node-red/node-red-nodes
Attachment Text states "File from Node-RED is attached" needs to be configurable
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 612
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 3
Description
Sending an attachment forces the label "File from Node-RED is attached". Other people have raised this on the Node-Red forums. It's a show stopper using this library forcing to show such labels isn't always ideal.
- Either want no attachment text so set to msg.attachmenttext="";
- Something custom set to say msg.attachmenttext = "See latest attachment"
- then Default to File from Node-RED is attached
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named in the issue. Start by locating the Node-RED node that sends attachments and review how it currently chooses the label, along with the linked forum reports; done means empty, custom, and default message values produce the requested attachment text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100