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

filtre sur champs + vue détails => BUG #465

Closed
paulgirard opened this issue Sep 27, 2017 · 1 comment
Closed

filtre sur champs + vue détails => BUG #465

paulgirard opened this issue Sep 27, 2017 · 1 comment
Assignees
Milestone

Comments

@paulgirard
Copy link
Collaborator

pour répliquer :

  • filtrer sur un champs en particulier
  • activer la vue détail

Stacktrace :

ERROR TypeError: Cannot read property 'length' of undefined
    at Object.eval [as updateDirectives] (ng:///AppModule/LogTableComponent.ngfactory.js:790)
    at Object.debugUpdateDirectives [as updateDirectives] (vendor.bundle.js:99939)
    at checkAndUpdateView (vendor.bundle.js:99116)
    at callViewAction (vendor.bundle.js:99484)
    at execEmbeddedViewsAction (vendor.bundle.js:99442)
    at checkAndUpdateView (vendor.bundle.js:99117)
    at callViewAction (vendor.bundle.js:99484)
    at execComponentViewsAction (vendor.bundle.js:99416)
    at checkAndUpdateView (vendor.bundle.js:99122)
    at callViewAction (vendor.bundle.js:99484)
@t8g
Copy link
Collaborator

t8g commented Sep 27, 2017

Avec le count on a maintenant un retour du type { logs: array, count: number }
Alors que avant on avait array
Et certains cas n'étaient pas gérés.

Note : regarder les erreurs de type aurait dû nous aider ;)

@t8g t8g closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants