Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0179227

Browse files
committedSep 26, 2014
[ns.Update] Перезапрос моделей в случае их невалидности #464
Логи
1 parent d086360 commit 0179227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ns.view.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
}
897897
}
898898

899-
if (invalidModels.length) {
899+
if (!this.asyncState && invalidModels.length) {
900900
ns.log.info('ns.View.error-content', {
901901
id: this.id,
902902
key: this.key

0 commit comments

Comments
 (0)
Please sign in to comment.