- Issue created by @robpowell
- πΊπΈUnited States robpowell Boston
Given I have a node with a label "bid 1" and the field label of "submission documents", I have a new zip file name of bid-1-submission-documents.zip vs node-2226-field_documents.zip
Currently, the zip file name is $entity_type-$entity_id-$field_name. I don't find this very helpful to the end user and would rather the file name be $entity->label()-$field_label. The entity label gives the user context and I find less confusing than "node-...zip"
Download all files.
* Add a form to manage this feauture
* Update the batch controller to use this new logic
* New form
* If user overrides the file name, they will see new file name
The module will now have configuration.
Active
2.0
Code
Given I have a node with a label "bid 1" and the field label of "submission documents", I have a new zip file name of bid-1-submission-documents.zip vs node-2226-field_documents.zip