AJS.tabs comes back as undefined in Confluence 7.0.1

We were previously using AJS.tabs.setup() on the editor screen, however in the latest Confluence version our plugin comes back saying cannot read property ‘setup’ of undefined.

Is there another way we are supposed to access the tabs setup

1 Like

Hi,
I am getting the same issue, trying to get my plugin compatible with 7.0.1 - aaggghhh Atlassian what have you done to us???

Does anyone have a solution?

So, I found another post that fixed my issues.

Need to add this to web resource:
com.atlassian.auiplugin:tabs

Funny how it was documented as being included and did not need this in previous versions. Now they have taken it out and we have to include it specifically.

Atlassian this is something you should document in the Release Notes!!!

1 Like