-
Notifications
You must be signed in to change notification settings - Fork 0
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
Audit view#13 #25
Audit view#13 #25
Conversation
…into feature/Interface-improvements # Conflicts: # client/src/app/app.module.ts # client/src/app/shared/shared.module.ts
…into feature/Interface-improvements
Token in shared module is not committed and the build fails. But why use it? I see that token is a random string added to the filter and if there is a token then the view export a file to excel and then another request is made to download the file, that is totally bad practice. The code also tries to work around by removing the token from the filter, because token is not a filter. Please read https://www.soapui.org/testing-dojo/best-practices/understanding-rest-headers-and-parameters.html I will refactor the code to use the Accept header instead. There is other things to refactor. That is a really nice feature well done! |
No description provided.