Julian Edwards wrote:
[...]
> collision and re-load the form with the current data. If you want to be
> fancy, you can do a hash per-field to be able to show which fields
> collided.
Really fancy would be including a hidden timestamp field, and then if the last
update is newer than that use the BugActivity table to figure out what changed
since the user loaded the page...
Julian Edwards wrote:
[...]
> collision and re-load the form with the current data. If you want to be
> fancy, you can do a hash per-field to be able to show which fields
> collided.
Really fancy would be including a hidden timestamp field, and then if the last
update is newer than that use the BugActivity table to figure out what changed
since the user loaded the page...