Closed (fixed)
Project:
Localizer
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2007 at 17:37 UTC
Updated:
3 Aug 2007 at 14:49 UTC
Jump to comment: Most recent file
On a node's "Translations" tab, the "select node" operation is not working. "create translation" works however.
Using "select node" brings up the proper form, and once submitted returns back to the "Translations" page with the "select node" form still showing. The DB is not updated, the translations table does not show a change, and changing the language when viewing the node does not work.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | localizernode.patch | 607 bytes | rhys |
Comments
Comment #1
Roberto Gerola commentedCan you try with the latest dev version ?
Let me know.
Thanks.
Comment #2
buchanae commentedthe latest dev. version gives me "call to undefined function block_list()"
Comment #3
rhys commentedHad the same problem, so checked the code.
In modules/localizernode.module on line 215, within function localizernode_node_select_form_submit(),
the following code appears.
This is what I changed it to.
This solved my problem.
Comment #4
rhys commentedHere is a patch for it.
Comment #5
Roberto Gerola commentedMany thanks.
Commited to dev branch.
Comment #6
Roberto Gerola commentedComment #7
(not verified) commented