Posted by RoboPhred on November 2, 2009 at 2:55am
| Project: | Node Reference URL Widget |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
If a required noderef field populated by a url was never populated and the widget is set to 404 on no url nid, the node throws a 404 on attempting to edit it.
This situation can occur due to #620626: NodeReference URL does not honor content_access permissions.
Comments
#1
The Node Reference URL Widget does not know what fallback to use (select list, empty value, or autocomplete) when the fallback is already set to a 404 error, so this is a bit hacky. Since autocomplete is the most versatile (capable of handling very large lists), I've set it to be the fallback-fallback to prevent this error in the future.
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.