Skip to content

Conversation

@chestozo
Copy link
Member

@chestozo
Copy link
Member Author

Так, оказывается пока этого не достаточно - есть ещё проверка
ns.View.prototype.isModelsValid и она сейчас фейлится ...

* Returns models for view tree.
* It consists of models and their statuses (ok / error).
* If any of the models has error status - ns-view-error-content mode will be rendered for that view.
* @returns {*}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Точно returns models? А то эта строчка говорит any (в сам код, без дифа не смотрел, может быть там все правильно)

// treat model as valid in case
// - it is really a valid one
// - it has invalid status but in has real data too (@see #649)
if (model.isValid() || (model.status === this.STATUS.INVALID && !!model.getData())) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а если зашить это в isValid — страшно (куча мест развалится)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Страшно да ..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

окай

Copy link
Member

@vitkarpov vitkarpov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chestozo
Copy link
Member Author

В общем надо думать ещё, давай пока не мёржить, потому что проблема не ушла

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants