Edit for table sending old state and not new state to the api

video about experience
In the video I am reproducing the issue some of our users reported this week.
Suddenly the edit feature of a table we have called “timeline” stopped working. I have tested edit behaviour on other tables and that works fine.
We are using a mssql table with ‘forest-express-sequelize’.

Feature(s) impacted

The UI edit feature on a table.

Observed behavior

video about experience

Expected behavior

When a user edits in the UI I am expecting the network call to send the edited values. It instead send the old data, hence it does not edit, just sends an update to the api with the old values.

Context

  • Project name: FORE
  • Team name: AFcode
  • Environment name: Production
  • Agent (forest package) name & version: 9.3.3
  • Database type: Microsoft sql server
  • Recent changes made on your end if any: no recent changes before bug was reported.

Hello @larssbr,

Thanks a lot for your report. Are you experiencing the issue only on this table, or on other tables too? Do you have any error logs in the console?

Do you have an idea when it stopped working?

Thanks a lot

Hi @GuillaumeGautreau!

It seems to only be for this one table.
I doubble checked now, and I cant seem to see any error logs in the console.
Talking to the users, It seemed to work last week. And they where editing it yesterday and then it stopped working as expected.

Thank you for helping me.

Hello @larssbr,

We identified the source of this issue and released a fix on the web app. Could you please refresh your browser and check that everything works fine now?

Thank you @GuillaumeGautreau

Now it works as expected ツ