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
Some of 'undefined' checks for entities (typeof self.Element !== 'undefined' etc.) were removed in one of the latest updates. Apparently elementField.js needed one of the checks, it's added again. However, the strange part is that this field doesn't belong to any element or in use anywhere. Probably breeze initializing it while setting the constructors. Can be investigated.
There was a bug in calculating 'Count' properties. Count++ was used instead of Count + 1, which is fixed now.
There is an Element undefined error when 'All Ratings' switch is used
The text was updated successfully, but these errors were encountered: