Project:
View Revisions: Issue #45900 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0045900: The background Incremental refresh is silently launching a normal incremental background | ||
Revision | 2021-02-16 11:10 by gorka_gil | ||
Description | There are 3 types of masterdata refresh: - full - incremental - incremental in background (splitted in requests and in save into db) There are some problems with the incremental in background: - 1) Before start the requests, a normal incremental is launched, It is not visible because it doesn't show anything in the UI, but it can be seen in the console. - 2) In the background incremental, the models requested are not saved into indexeddb - 3) In the background incremental, the last refresh time is not correctly saved, so it requests always the same data (from last full or normal incremental) - 4) In the background incremental, the requested model changes are stored in a variable called modifiedMasterdataModels, but it is storing all the model, not just the modified ones. Note that issues 2, 3 and 4 are hidden by the first one, since the normal incremental does all the update, then when the background starts, there is nothing to update. |
||
Revision | 2021-02-16 11:06 by gorka_gil | ||
Description | There are 3 types of masterdata refresh: - full - incremental - incremental in background (splitted in requests and in save into db) There are some problems with the incremental in background: - 1) Before start the requests, a normal incremental is launched Is not visible because it doesn't show anything in the UI, but it can be seen in the console. - 2) In the background incremental, the models requested are not saved into indexeddb - 3) In the background incremental, the last refresh time is not correctly saved, so it requests always all the data from a previous full or normal incremental - 4) In the background incremental, the requested model changes are stored in a variable called modifiedMasterdataModels, but it is storing all the model, not just the modified ones. Note that issues 2, 3 and 4 are hidden by the first one, since the normal incremental does all the update, so when the background starts, there is nothing to update. |
Copyright © 2000 - 2009 MantisBT Group |