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

Fixed undefined error in the agents search bar #425

Merged
merged 17 commits into from
Dec 19, 2018

Conversation

adri9valle
Copy link
Contributor

@adri9valle adri9valle commented Dec 17, 2018

Hi team,

When an agent is Never connected the agent's search bar launches an error because it's trying to get information from an undefined variable.

Fixes => #408
Fixes => #415
Fixes => #429

Also, this PR fixes several bugs after some merges.

Regards,

@adri9valle adri9valle self-assigned this Dec 17, 2018
'os.platform': os.map(x => x.platform),
'os.version': os.map(x => x.version),
'os.name': os.map(x => x.name)
group: groups ? groups : [],

Choose a reason for hiding this comment

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

groups ? groups : [] ==> groups || []

@jesusgn90 jesusgn90 merged commit 6b18b5a into 3.8 Dec 19, 2018
@jesusgn90 jesusgn90 deleted the 3.8-fix-undefined-searchbar branch December 19, 2018 09:44
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