-
Notifications
You must be signed in to change notification settings - Fork 149
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
[ACS-4985] Added configuration to merge created and modified date filters into a single date filter #3324
[ACS-4985] Added configuration to merge created and modified date filters into a single date filter #3324
Conversation
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.
Please remember to review and fix e2es related to this ticket excluded in e2e/protractor/protractor.excludes.json
. It can be done as part of another PR if you like but in this case please create a Jira for it
@@ -50,6 +50,7 @@ | |||
"@angular/core": "14.1.3", | |||
"@angular/forms": "14.1.3", | |||
"@angular/material": "14.1.3", | |||
"@angular/material-date-fns-adapter": "14.1.3", | |||
"@angular/material-moment-adapter": "14.1.3", |
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.
do we need removing the moment one? or it's still needed?
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.
I'm not sure. I don't see usages of the moment adapter in ACA anymore, but there would still be its usages in ADF. There are usages of the base moment library in some ACA E2E test cases though
03d07af
to
1fb49bb
Compare
All the impacted e2e test cases from this change are in protractor and require major rewriting to accomodate for the new UI. Since we are migrating over from protractor to playwright, I don't think we need to make any changes to them for now. I have added them to the protractor.excludes.json file for now. The migration of these test cases can be tracked under ACS-5007 |
… new SearchDateRangeAdvancedTabbed component
251dd00
to
5468c80
Compare
…n files after rebase
I don't get why do we need |
We don't need that file. It probably got added by mistake when I was rebasing my branch to be up to date with develop. I've removed it now. |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
Created and Modified date filters are separate filters in the ACA UI
What is the new behaviour?
Added configuration to use the new SearchDateRangeAdvancedTabbed component, which allows merging the 2 date filters into a single UI Chip
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information:
For more info, visit ACS-4985