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 Most active agent button in the Agents section #5409

Merged
merged 3 commits into from
Apr 27, 2023

Conversation

Desvelao
Copy link
Member

@Desvelao Desvelao commented Apr 27, 2023

Description

This pull request fixes a problem in the Most active agent button in the Agents section due to a not defined method.

Issues Resolved

[List any issues this PR will resolve]

Evidence

[Provide screenshots or videos to prove this PR solves the issues]

Test

[Provide instructions to test this PR]

Check List

  • All tests pass
    • yarn test:jest
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@Desvelao Desvelao requested a review from a team as a code owner April 27, 2023 10:38
@Desvelao Desvelao self-assigned this Apr 27, 2023
@github-actions
Copy link
Contributor

Code coverage (Jest) % values
Statements 9.45% ( 3502 / 37037 )
Branches 5% ( 1436 / 28712 )
Functions 8.13% ( 747 / 9178 )
Lines 9.53% ( 3382 / 35471 )

Copy link
Member

@AlexRuiz7 AlexRuiz7 left a comment

Choose a reason for hiding this comment

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

LGTM but needs an issue and the fields in the PR description filled

Copy link
Member

@yenienserrano yenienserrano left a comment

Choose a reason for hiding this comment

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

CR: ✔️
TEST: ✔️

Screenshots

image

image

@Desvelao Desvelao linked an issue Apr 27, 2023 that may be closed by this pull request
@AlexRuiz7 AlexRuiz7 merged commit 37b24de into 4.5 Apr 27, 2023
3 checks passed
@AlexRuiz7 AlexRuiz7 deleted the fix/5038-most-active-agent-button branch April 27, 2023 11:12
github-actions bot pushed a commit that referenced this pull request Apr 27, 2023
* fix(agents): fix undefined method when clicking in the most active agent button of Agents section

* changelog: add entry

(cherry picked from commit 37b24de)
github-actions bot pushed a commit that referenced this pull request Apr 27, 2023
* fix(agents): fix undefined method when clicking in the most active agent button of Agents section

* changelog: add entry

(cherry picked from commit 37b24de)
AlexRuiz7 pushed a commit that referenced this pull request Apr 27, 2023
#5412)

Fix Most active agent button in the Agents section (#5409)

* fix(agents): fix undefined method when clicking in the most active agent button of Agents section

* changelog: add entry

(cherry picked from commit 37b24de)

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
AlexRuiz7 pushed a commit that referenced this pull request Apr 27, 2023
#5411)

Fix Most active agent button in the Agents section (#5409)

* fix(agents): fix undefined method when clicking in the most active agent button of Agents section

* changelog: add entry

(cherry picked from commit 37b24de)

Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com>
Copy link
Member

@Machi3mfl Machi3mfl left a comment

Choose a reason for hiding this comment

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

Test: ✔️
CR: ✔️

image

image

P.D: I was late for a few seconds

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

Successfully merging this pull request may close these issues.

Error this.showEuiLinkgent is not a function in the Agents section
4 participants