Closed (fixed)
Project:
Pageroute
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Sep 2009 at 12:17 UTC
Updated:
21 Oct 2009 at 09:50 UTC
Jump to comment: Most recent file
Currently, when adding a node via the add page type or the useredit type, pageroute looses the nid of the node. The following page shows the content right, but if you want to edit the node with the edit page type, it will allways create a new node instead of updating the existing one.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | routepage_simpletests005.diff | 6.56 KB | sepgil |
| #6 | pageroute_passingNodes_003.diff | 712 bytes | sepgil |
| #3 | pageroute_passingNodes_002.diff | 4.8 KB | sepgil |
| #2 | pageroute_passingNodes_001.diff | 4.57 KB | sepgil |
Comments
Comment #1
fagoComment #2
sepgil commentedThis patch fixes the issue.
Comment #3
sepgil commentedA little piece of code is missing in my last patch. fixed it now
Comment #4
fagothanks, committed.
However this looks to me as it could need a test, so it won't break again.
Comment #5
fagoComment #6
sepgil commentedDidn't worked for me anymore(I'm no sure why it worked before), so I a corrected it. Should work with this patch applied.
Comment #7
fagook, committed. still missing test -> setting back to needs work.
Comment #8
sepgil commentedI improved my simpletest so it tests this bug.
Comment #9
fagoLooks fine! (Just did a visual review)
Comment #10
sepgil commentedcommited