Hi,
I have installed the module and it worked fine. Than I decided to fine tune the options and sfter saving the new ones, the tab Clone disappeared. Tried to clean all types of caches, reinstall and install the module but wthout any succssess. Could somebody provide my some info what actually happen?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | tabs-disappeared-360794-3.patch | 968 bytes | pwolanin |
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