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
What steps will reproduce the problem?
1. Save an empty value
What is the expected output? What do you see instead?
Normal save expected. I get an Error updating cell alert.
What version of the product are you using? On what operating system?
2.3.3, Windows 7, Chrome v.42
Please provide any additional information below.
There is a typo on line 190 where
//var sOldValue, sNewCellValue, sNewCellDislayValue;
var sOldValue, sNewCellValue, sNewCellDisplayValue;
sNewCellDislayValue should be sNewCellDisplayValue
It is missing the "p" in Display
Original issue reported on code.google.com by [email protected] on 22 Apr 2015 at 2:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Apr 2015 at 2:51The text was updated successfully, but these errors were encountered: