ems-frontend icon indicating copy to clipboard operation
ems-frontend copied to clipboard

AB#84974 - Checkbox does not take into account value from reference data

Open guisoares1 opened this issue 2 years ago • 0 comments

Description

The problem occurs because the value received by reference data (api rest) is different from the value configured in the metadata.

To resolve this, I created a method that corrects the field type when an inconsistency is found between the metadata and its received type.

Useful links

Type of change

Please delete options that are not relevant.

  • [X] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • [X] A reference data was configured that contains this behavior (bool type being received as a string and the metadata configured as the boolean value) and the behavior was observed.

Screenshots

image

Checklist:

( * == Mandatory )

  • [X] * I have set myself as assignee of the pull request
  • [X] * My code follows the style guidelines of this project
  • [X] * Linting does not generate new warnings
  • [X] * I have performed a self-review of my own code
  • [X] * I have put the ticket for review, adding the oort-frontend team to the list of reviewers
  • [X] * I have commented my code, particularly in hard-to-understand areas
  • [X] * I have put JSDoc comment in all required places
  • [X] * My changes generate no new warnings
  • [X] * I have included screenshots describing my changes if relevant
  • [X] * I have selected labels in the Pull Request, according to the changes with code brings
  • [ ] I have made corresponding changes to the documentation ( if required )
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules

More explanation

https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145

guisoares1 avatar Feb 02 '24 17:02 guisoares1