Skip to content
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

Merged
merged 17 commits into from
Apr 17, 2024

Conversation

jolelievre
Copy link
Contributor

@jolelievre jolelievre commented Feb 5, 2024

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 ~

@jolelievre jolelievre requested a review from a team as a code owner February 5, 2024 19:13
@prestonBot prestonBot added Feature Type: New Feature BC break Type: Introduces a backwards-incompatible break develop Branch labels Feb 5, 2024
@M0rgan01 M0rgan01 added this to the 9.0.0 milestone Feb 6, 2024
M0rgan01
M0rgan01 previously approved these changes Feb 6, 2024
Hlavtox
Hlavtox previously approved these changes Feb 6, 2024
Copy link
Contributor

@Hlavtox Hlavtox left a 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 ;-)

Snímek obrazovky 2024-02-06 100339

@PrestaShop PrestaShop deleted a comment from prestonBot Feb 6, 2024
@Hlavtox Hlavtox added the Waiting for QA Status: action required, waiting for test feedback label Feb 6, 2024
@Progi1984 Progi1984 dismissed stale reviews from Hlavtox and M0rgan01 via 75f0afc February 6, 2024 13:10
@jolelievre jolelievre requested a review from a team as a code owner February 6, 2024 13:10
boherm
boherm previously approved these changes Feb 7, 2024
@paulnoelcholot
Copy link

Hello @jolelievre,

The auto test returns an error, can you look at this as well as the bug reported by Hlavtox?

Thanks!

@paulnoelcholot paulnoelcholot added Waiting for author Status: action required, waiting for author feedback and removed Waiting for QA Status: action required, waiting for test feedback labels Feb 7, 2024
Copy link
Contributor

@Progi1984 Progi1984 left a 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

@jolelievre
Copy link
Contributor Author

Blocked by PR on module faceted search PrestaShop/ps_facetedsearch#979

@jolelievre jolelievre marked this pull request as draft February 8, 2024 08:41
@jolelievre
Copy link
Contributor Author

@jolelievre jolelievre removed the Waiting for author Status: action required, waiting for author feedback label Feb 19, 2024
@Progi1984 Progi1984 force-pushed the enable-attribute-migrated-page branch from 936174d to 1a05b01 Compare February 21, 2024 07:36
@jolelievre jolelievre force-pushed the enable-attribute-migrated-page branch 4 times, most recently from e78aacf to 1d1192d Compare March 1, 2024 21:30
@jolelievre jolelievre marked this pull request as ready for review March 1, 2024 21:30
@jolelievre jolelievre force-pushed the enable-attribute-migrated-page branch from 1d1192d to c636561 Compare March 1, 2024 22:42
@WahbiPS WahbiPS removed the Waiting for author Status: action required, waiting for author feedback label Apr 17, 2024
@florine2623
Copy link
Contributor

@nicosomb nicosomb merged commit ab0e127 into PrestaShop:develop Apr 17, 2024
39 checks passed
@florine2623
Copy link
Contributor

FYI @paulnoelcholot 😄

@Hlavtox
Copy link
Contributor

Hlavtox commented Apr 17, 2024

@florine2623 From my quick check now, half of the issues are still there...

Bug 2 - not fixed
Bug 5 - not fixed
Bug 6 - not fixed
Bug 9 - not fixed
Bug 10 - not fixed

@nicosomb
Copy link
Contributor

We planned to open new PR for the other bugs.

@jolelievre
Copy link
Contributor Author

Don't worry @Hlavtox there's already an issue to track down the remaining bugs left to be fixed #35591

@jolelievre
Copy link
Contributor Author

If you find some more don't hesitate to enrich this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC break Type: Introduces a backwards-incompatible break develop Branch Feature Type: New Feature Waiting for QA Status: action required, waiting for test feedback
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Finish Migrating "Catalog > Attributes & Features > Add new / edit attribute Group" page