edit() shows empty form for some instances

edit() shows empty form for some instances

shantiramshantiram Posts: 13Questions: 5Answers: 2

The edit() method only works for some of the editor instances on my page.
Like for example if you type in studentsEditor.edit() in the console it will open the form with all the fields for this editor.
But if you type courseEditor.edit() it just shows an empty form.
The normal edit buttons work fine for both tables, it is only when calling from the api that this happens.
My page is here: https://www.yogameditation.com/karto

This question has an accepted answers - jump to answer

Answers

  • shantiramshantiram Posts: 13Questions: 5Answers: 2
    edited July 2017 Answer ✓

    Nevermind I found the problem... The script was just being loaded twice.

  • allanallan Posts: 63,480Questions: 1Answers: 10,467 Site admin

    Thanks for posting back. Great to hear you've got it working.

    Allan

This discussion has been closed.