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

[Medium] Bug: company names are missing #1

Open
DataDrivenEngineer opened this issue Apr 29, 2022 · 1 comment
Open

[Medium] Bug: company names are missing #1

DataDrivenEngineer opened this issue Apr 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@DataDrivenEngineer
Copy link
Contributor

Difficulty

Medium

What you need to do

Read description of a bug below and try to fix it.

Hints

  1. Read issue description below carefully and ensure that you understand it
  2. Run the app and ensure that you can reproduce the issue. 'Reproducing issue' means that when you run the app locally, you see the same behavior as described in the issue.
  3. Begin exploring code to understand what is causing the issue. Remember: the more thoroughly you understand the code, the more elegant and lightweight solution you will be able to come up with.

Issue description

'Company Name' column shows all company names as 'undefined' - see the image below:

broken_api_call

Expected behavior

'Company Name' column lists actual names of companies.

@DataDrivenEngineer DataDrivenEngineer added the bug Something isn't working label Apr 29, 2022
@ArthurGartner
Copy link

Fixed issue by replacing by replacing constant with correct field name to match the schema of the database.

japoodev added a commit to japoodev/vanilla-crm that referenced this issue Nov 18, 2022
Krishvora added a commit to Krishvora/vanilla-crm that referenced this issue Nov 24, 2022
JunYuHuang added a commit to JunYuHuang/javascript-crm that referenced this issue Apr 9, 2023
AnneChaiyato pushed a commit to AnneChaiyato/javascript-crm that referenced this issue Dec 1, 2023
saksben added a commit to saksben/javascript-crm that referenced this issue Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants