record not deleted from db

record not deleted from db

nklinkersnklinkers Posts: 24Questions: 4Answers: 0

Hello,

I have an editor setup with 2 leftjoins. Everything is working fine except when I delete a record from the table it is not deleted from the db. On the screen the record is deleted from the table but after a refresh of the page the record is still there.
When I check the POST the record is stated which has to be deleted:

action remove
data[row_20][DT_RowId] row_20
data[row_20][todos][register][active] 1
data[row_20][todos][register][clid] 224
data[row_20][todos][register][datum]
data[row_20][todos][register][datumstart] 2018-01-03+16:31:22
data[row_20][todos][register][ip]
data[row_20][todos][register][mac] test
data[row_20][todos][register][type] 4
data[row_20][todos][register][url] test
data[row_20][todos][types][omschrijving] Server
data[row_20][todos][user][naam] Alphega+Apotheek+Bergense

The RESPONSE tab is showing empty:
{"data":[],"debugSql":[]}

What is going on?

Replies

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

    Can you show me the server side code you are using?

    Thanks,
    Allan

This discussion has been closed.