You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a conditional save button for fortunesheet which checks if the previous state and updates state is same then it will be enabled for user to save. In followig scenario we are getting inconsistent results in onchange:
1)When we copy paste something it gives some additional keys named - luckysheet_alternateformat_save:[] , luckysheet_conditionformat_save:[], luckysheet_select_save.
2)We save the state in db.
3)When user comes back to the page onChange runs while rendering the page and checks if previous state(saved in db) and current state is same at this time we dont get the additional keys we got at 1st point which makes the save button enabled all the time if we have saved any report after copy paste.
Data we are getting for the same sheet should be consistent is there any workaround for this.
Also does those keys have signifance in rendering the fortunesheet if not can we ignore those while saving data in db so that this conflict wont occur.
The text was updated successfully, but these errors were encountered:
We have a conditional save button for fortunesheet which checks if the previous state and updates state is same then it will be enabled for user to save. In followig scenario we are getting inconsistent results in onchange:
1)When we copy paste something it gives some additional keys named - luckysheet_alternateformat_save:[] , luckysheet_conditionformat_save:[], luckysheet_select_save.
2)We save the state in db.
3)When user comes back to the page onChange runs while rendering the page and checks if previous state(saved in db) and current state is same at this time we dont get the additional keys we got at 1st point which makes the save button enabled all the time if we have saved any report after copy paste.
Data we are getting for the same sheet should be consistent is there any workaround for this.
Also does those keys have signifance in rendering the fortunesheet if not can we ignore those while saving data in db so that this conflict wont occur.
The text was updated successfully, but these errors were encountered: