Editor returned json on create does not include data

Editor returned json on create does not include data

actechactech Posts: 3Questions: 2Answers: 0

Hi. I am having an issue where after using a basic popup editor to add a new record, nothing is returned in the data object. The row is still added to the database and on the server-side (PHP) I can still get the ID of the created row.

All I want to do is return this ID to the successful submit event to redirect the user to their newly created record.

Is there a way in the postCreate event on PHP to inject this ID so that it will be returned with editor?

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    I'm not clear why the row id for the newly created row wouldn't be returned at the moment if you are using the PHP libraries for Editor? Could you elaborate on that for me?

    Thanks,
    Allan

This discussion has been closed.