Closed (fixed)
Project:
Attachment Links
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jan 2010 at 14:27 UTC
Updated:
19 Jan 2010 at 23:20 UTC
When creating a new node, the attachment links displayed in the upload form are broken because a node ID does not yet exist (see attached).
We should divide the hook_form_alter() into two cases: (1) creating new nodes and (2) editing old ones. In the former case, we should change the upload form help text to explain that attachment links will be visible at the bottom of the node once they save it.
| Comment | File | Size | Author |
|---|---|---|---|
| attachment_links-broken-upload-form-links.png | 54.14 KB | todd nienkerk |
Comments
Comment #1
todd nienkerk commentedFixed. Will commit soon.
Comment #2
todd nienkerk commentedCommitted. Will be included in the 6.x-1.0-RC3 release.