I have noticed three display problems in the left (overview) table of the data manager:
- If a user creates a new data entry, but doesn't save it (cancel of the window), an empty row appears in the left table.
- If a user creates a new data entry, and saves it, a row with values appears in the left table, but the ID of the new data entry is missing.
- If a user creates a new data entry A, and saves it, and a trigger (in the database) modifies an existing data entry B - because of the insert of data entry A -, the modifications of data entry B aren't visible in the left table.
A refresh (new load) of the whole application solves all three display problems.
I have noticed three display problems in the left (overview) table of the data manager:
A refresh (new load) of the whole application solves all three display problems.