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

Fix: treat invalid model with data as valid during view tree creation #651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

2 participants