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’.
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.
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.
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?