Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor - All Ratings switch doesn't work #49

Closed
coni2k opened this issue Jun 10, 2015 · 1 comment
Closed

Editor - All Ratings switch doesn't work #49

coni2k opened this issue Jun 10, 2015 · 1 comment
Labels

Comments

@coni2k
Copy link
Contributor

coni2k commented Jun 10, 2015

There is an Element undefined error when 'All Ratings' switch is used

@coni2k coni2k added the bug label Jun 10, 2015
@coni2k
Copy link
Contributor Author

coni2k commented Jun 10, 2015

There were two minor issues;

  1. 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.
  2. There was a bug in calculating 'Count' properties. Count++ was used instead of Count + 1, which is fixed now.

@coni2k coni2k closed this as completed Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant