Active
Project:
DraggableViews
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 22:29 UTC
Updated:
19 Apr 2017 at 19:38 UTC
Jump to comment: Most recent
When creating a node -- even a node that does not belong to a book -- the "Rearrange" tab appears on node/[nid] despite the books module and the draggableviews book handler being disabled.
My drastic, destructive workaround (since I won't be using books on my site) is a MySQL statement:
DELETE FROM menu_router WHERE path = 'node/%/rearrange';
Comments
Comment #1
jakery commentedWorkaronud is to manually disable the appropriate view from the Views list.
Comment #2
Anonymous (not verified) commentedI used the 'Tab Tamer' module to remove the 'Rearrange' tab, because I really dont even get the point of it, nor do I see any permission settings for it. And cant understand why you'd show a Rearrange tab to ANONYMOUS visitors.
Comment #3
bloke_zero commentedDeleted
Comment #4
plebe commentedSame issue. Agree with morningtime. Surely should be hidden for anonymous. Could care less that it shows for logged in, but really should be restricted to roles.
I will attempt resolution with view settings.
....
Hmm. I'm not seeing where I can change tab information via the view settings. Can someone direct me on how to zap this tab?
thanks in advance.
...
Nevermind! Didn't notice that the book module was enabled. Disabled and it's gone. Phew!
Comment #5
leducvin commentedI see the same problem. Apparently still an issue in 7.x-2.1. As per #1, disabling the "book" view made the unwanted tab go away.
Comment #6
leducvin commented