-
Notifications
You must be signed in to change notification settings - Fork 306
Fix parameter order in User feedback module #5727
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 parameter order in User feedback module #5727
Conversation
|
Not sure if 27.x is enough to be backported or are there other versions too? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Groenbech96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes are affected by this change. Check NAV
|
@darjoo I wanted the dislike function to be consistent with the like function which has the correct order, but if we should leave as is, I can do that |
I understand, however once an api is out, it is a breaking change, or at least semantically in this case. There is the other option, of doing the platform HF on the feedback codeunit instead of this. |
In the platform API, the parameters are all in the correct order, it's only swapped here |
|
Hi @Groenbech96 if this change still affects changes in NAV, let me know and I can fix them, or else if you want to, let me know |
Summary
The parameters in the method:
procedure RequestDislikeFeedback(....,..., ContextProperties, ContextFiles)were in the wrong order.
Moved ContextFiles to before ContextProperties
Work Item(s)
Fixes AB#615527