Error when clicking conflict_check
Brought to you by:
jberanek
When I click on one of the two conflict check markers in edit_entry.php page nothing happens and get the following error. I was able to reproduce it with your demo installation as well. Can you help, please?
Uncaught Error: no such method 'select' for tabs widget instance
OK, so the solution is:
Change the following code in edit_entry.js.php (in the js folder) in lines 1326 AND 1335
FROM this:
TO this:
Not quite - the third parameter needs to be the index rather than the id. I've checked in a fix to the default branch in changeset 0b7ac777c33f.
There's still one other problem which is that the tabs are supposed to have a close button which has disappeared in recent versions. I'll take a look at it.
I've fixed the problem with the close button in changeset f18107b76b67.
Very nice, thank you, Campbell!