Closed (works as designed)
Project:
Nodeblock
Version:
7.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2013 at 19:37 UTC
Updated:
2 May 2013 at 12:29 UTC
I create a node in spanish language, set the block to be shown in the first sidebar. Then I translated the node to french and now I get 2 blocks for each language.
In admin/structure/block the duplicates blocks are not shown (everything is fine here)
In admin/content the duplicates nodes are not shown (everything is fine here)
Comments
Comment #1
chefnelone commentedThere was a conflict with the clone module. I disabled it and the problem is gone.
Comment #2
chefnelone commentedSorry, my mistake. The problem is still there. I reopen this issue
Comment #3
Johnny vd Laar commentedSo if I understand your setup correct then:
* You have multiple languages
* You created a nodeblock node and created a translation for it
* You placed just one block (the main node) into a region
And now you see the original block and it's translation in all languages?
Comment #4
chefnelone commentedIt was not related to the clone module. But the problem was a rule I fired after the creation of the node. I had created a rule to redirect to configure the block setting after the creation of the node. What happened was that the same rule was fired when creating the node translation. Then, after saving the setting of the block I get another block.
My mistake. I thought I was closed this issue.
Comment #4.0
chefnelone commentedmore info