-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Enable attribute migrated page #35270
Enable attribute migrated page #35270
Conversation
jolelievre
commented
Feb 5, 2024
•
edited
Loading
edited
Questions | Answers |
---|---|
Branch? | develop |
Description? | Enable attribute migrated page, remove feature flag, clean legacy code |
Type? | new feature |
Category? | BO |
BC breaks? | yes |
Deprecations? | no |
How to test? | UI tests and CI green, test the new attribute and attribute group page (lists, creation forms, edition forms) |
UI Tests | https://github.com/jolelievre/ga.tests.ui.pr/actions/runs/8618370446 |
Fixed issue or discussion? | Fixes #10508 |
Related PRs | ~ |
Sponsor company | ~ |
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.
🚀
@PrestaShop/qa-functional Please, do a throughout check and verify:
- That the forms redirect to proper place after saving values. If you save a value, it redirects you to the value list of the attribute, not the attribute list. Both when creating a new one and editing an existing value.
- That the rows are clickable like in old versions. Click attribute -> opens value list. Click value -> open edit form.
@jolelievre I see one bug ;-)
Hello @jolelievre, The auto test returns an error, can you look at this as well as the bug reported by Hlavtox? Thanks! |
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.
UI Tests in progress
Blocked by PR on module faceted search PrestaShop/ps_facetedsearch#979 |
Blocked by PrestaShop/ps_facetedsearch#983 and PrestaShop/ps_facetedsearch#981 |
75f0afc
to
936174d
Compare
936174d
to
1a05b01
Compare
e78aacf
to
1d1192d
Compare
1d1192d
to
c636561
Compare
ea298c2
to
6b28c32
Compare
Latest auto tests ✅ https://github.com/florine2623/testing_pr/actions/runs/8718616685 |
FYI @paulnoelcholot 😄 |
@florine2623 From my quick check now, half of the issues are still there... Bug 2 - not fixed |
We planned to open new PR for the other bugs. |
If you find some more don't hesitate to enrich this issue |