Is it possible that there are situations where the Edit tab doesn't work? I have a Panels node template using OG panels module with a an Edit tab that does nothing when you first click on it. The Delete works though. However, Edit works after I've clicked on Delete Tab and then the Edit Tab.

Here's where I think the problem is:

Here's how the urls are set up:

The main group page has: campaign/75 75 is the nid
a discussion node: campaign-discussion/75/687 687 is the nid of the campaign-discussion
a document node: campaign-document/75/505 505 is the nid of the campaign-document

When I click on the edit tab, nothing changes in the url.
When I click on the delete tab: node/505/delete
When I click on the edit tab again: node/505/edit

This issue isn't limited to my groups so it doesn't appear to be panels related. Another example:

story/story-title
edit: story/story-title
delete: node/57/delete
edit again: node/57/edit

This seems to have something to do with how I've set up the aliases. Could it be a bug?

Comments

HJulien’s picture

I figured this out -> in the absence of a View tab, the Edit tab was functioning as a View Tab at first.