Closed patphongs closed 1 year ago
Wagtail search is not working
@patphongs, for the admin search, could this be the issue: . (we ignored it in the bump to 2.15 because we dont have it in installed apps and I think it comes into play in V3) https://docs.wagtail.org/en/stable/releases/2.15.html#database-search-backends-replaced
I am moving this ticket into the next sprint
for the admin search, could this be the issue: . (we ignored it in the bump to 2.15 because we dont have it in installed apps and I think it comes into play in V3)
Thanks for this tip @johnnyporkchops! Once I made this modification, the wagtail search worked again
@kathycarothers A good video to watch for changes to the Wagtail 3 version is here: https://www.youtube.com/watch?v=owsdUze9m0Q. It'll show you the improvements made for this version, so you can kind of know what to look out for.
I found that on the services landing page template, it requires something in the intro block to be published. But this is not related to the Wagtail 3 upgrade as this is also a requirement in production. I tested inserting text into the intro block and because we don't have it being inserted anywhere on the page, you don't see it. I think we can just move past this for now, if it needs fixing at a later date, we can remove the intro block from there.
Image duplication detection works great
Wagtail v3 has been fully tested, all aspects seem to be functioning well. Will review the PR with @rfultz and @johnnyporkchops tomorrow to make sure things are looking good.
@patphongs asked me to test the page title updates. They are functioning as they do in V2: to change the internal page title, the page needs to be published first
PR https://github.com/fecgov/fec-cms/pull/5517 got merged. Closing this issue.
Summary
What we're after: We need to do quality assurance testing and log any issues for the new version of Wagtail V3. It has been deployed to feature space for testing.
Related issues
List any relevant related issue(s)
5500
Tech steps or considerations
Take a look at the "What's new" section of the Wagtail documentation. Here's a summary of some things to test:
page_description
to the model if we want to utilize it.)Completion criteria
Future work
Will roll out v3 to Production, then move to v3>v4