Closed (duplicate)
Project:
Draft
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2009 at 00:17 UTC
Updated:
1 Mar 2009 at 15:09 UTC
When I click on the "View" button of my draft in the draft/list, it takes me to the create content page, thus breaking all functionality. Drafts appear to save but I can't get them to re-open.
Comments
Comment #1
adshill commentedI've discovered that this is coming out because the URL is being wrongly generated.
The URL the View button is linking to in this case is: node/add/hon_grant_application?draft_id=44
When it should be: node/add/hon-grant-application?draft_id=44
I'm looking into if I can fix this but I am NOT a competent php programmer so any help would be greatly appreciated.
Thanks,
Adam
Comment #2
adshill commentedSorry... just realised this was mentioned previously, now that I understood what the problem was...
Marking as Duplicate. http://drupal.org/node/353252
Thanks.