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

Issue #162 - New Location Type Converter #220

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

VitorHenri
Copy link
Contributor

No description provided.

@d-ruiz d-ruiz linked an issue Mar 19, 2024 that may be closed by this pull request
Copy link

@uthadehikaru uthadehikaru left a comment

Choose a reason for hiding this comment

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

need bug fix and consideration to remove the lowerCase


JsonElement regionField = ref.get(MLocation.COLUMNNAME_C_Region_ID.toLowerCase());
int C_Region_ID = 0;
if (countryField != null) {

Choose a reason for hiding this comment

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

it's must be regionField instead countryField.

for the column name, i think it's not needed to lower case cause it make not consistent with default converter

Copy link
Collaborator

@CarlosRuiz-globalqss CarlosRuiz-globalqss left a comment

Choose a reason for hiding this comment

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

mergin for pushing extra peer review

@CarlosRuiz-globalqss CarlosRuiz-globalqss merged commit be0cede into bxservice:master Mar 28, 2024
@matheus-marcelinux matheus-marcelinux deleted the issue-162 branch April 1, 2024 12:32
CarlosRuiz-globalqss pushed a commit to CarlosRuiz-globalqss/idempiere-rest that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

New Location Type Converter
3 participants