PierreSmits opened a new pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121 (OFBIZ-11677) When parties are assigned to employee positions their names aren't shown in the tree fixed: the function that retrieves the person record of the assigned party was using the wrong variable in the query, resulting in a null being returned. Corrected the variable added/improved: retrieval of the middleName value of the person record, added it to the title improved: ordering of the names making up the title. improved: applying proper case to variable names ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
verma-pawan commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-626109848 Hello @PierreSmits I would use PartyHelper.getPartyName() instead of fetch person and party group record(just below) to get the name. WDYT? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-626195063 @verma-pawan That is a good idea. Thanks for the suggestion. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits edited a comment on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-626195063 @verma-pawan That is a good idea. Thanks for the suggestion. I will look into it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-631990498 @verma-pawan Your suggestion has been implemented, tested and committed into the PR. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
verma-pawan commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-632563260 Thanks, @PierreSmits It contains some extra changes about code improvement, it looks good to me. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-632581984 Never waste a moment. 😄 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-633416674 @verma-pawan I trust that nothing now stands in the way to get this merged into the code base. Will you assist? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-633419845 Anyone willing to assist (review) to get this PR merged into the code base? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
JacquesLeRoux commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-633476935 I'll try this afternoon... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
PierreSmits commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-633478394 Thanks @JacquesLeRoux ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
JacquesLeRoux commented on pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121#issuecomment-633616503 Thanks Pawan ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
verma-pawan merged pull request #121: URL: https://github.com/apache/ofbiz-framework/pull/121 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |