-
-
Notifications
You must be signed in to change notification settings - Fork 178
Add service query method for Vue front-end filtering calls #569
base: master
Are you sure you want to change the base?
Conversation
thanks for your PR ! then, can you update your git config too ? as your config is related to JHipster Bot |
@@ -0,0 +1,13 @@ | |||
export default function buildQueryParams(queryParams) { |
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.
it would be cool to add test for this file
@@ -165,6 +165,7 @@ const vueFiles = { | |||
'core/ribbon/ribbon.vue', | |||
'core/ribbon/ribbon.component.ts', | |||
'shared/date/filters.ts', | |||
'shared/query/params.ts', |
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.
following the other comment, needs to add params.spec.ts
too
Kevin Whittington seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed