Closed (fixed)
Project:
Node clone
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 00:37 UTC
Updated:
1 Aug 2010 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
kansaj commentedafter some experiments, the problem is related to the variable `clone_omitted`. Once the variable is set in the database, in all content type, no matter of the type and teh provided restrictions, the tab dissappear. Once the variable is deleted, the baviour, as expected, normalizes. There is also additional additional checkbox, which appears in Omitted content types, which does not have nay value. this is what is included in the filed.
a:21:{s:1:"!";i:0;s:14:"advpoll_binary";i:0;s:22:"casetracker_basic_case";i:
0;s:6:"client";i:0;s:12:"companygroup";i:0;s:5:"event";i:0;s:5:"forum";
i:0;s:8:"shortcut";i:0;s:7:"minutes";i:0;s:11:"multichoice";i:0;s:12:"no
detemplate";i:0;s:5:"order";i:0;s:4:"page";i:0;s:5:"panel";i:0;s:7:"prod
uct";i:0;s:25:"casetracker_basic_project";i:0;s:4:"quiz";i:0;s:15:"advpoll_ranking";
i:0;s:5:"story";i:0;s:22:"og_user_roles_subgroup";i:0;s:5:"larry";i:0;}
Comment #2
pwolanin commentedok, well if it's a bug we should fix it in the HEAD (6.x) version first. i don't see the bug in 6.x, however.
Looking at the source, I see the stupid bug in 5.x:
Should either be using strict checking:
or use the code that's in 6.x:
Comment #3
pwolanin commentedtry this patch.
Comment #4
kansaj commentedThank you
It works as expected with the patch.
Comment #5
pwolanin commentedcommitted to both 5x versions