πŸ‡¨πŸ‡¦Canada @ajarantes

Account created on 6 March 2008, over 16 years ago
#

Recent comments

πŸ‡¨πŸ‡¦Canada ajarantes

Despite the messages I got when trying to upgrade (before applying my solution),  guzzle was never a problem.

Beyond the modules I mentioned (which I had to include in my lenient list), the only other extension I had to uninstall (and reinstall later) was behat.

If you are getting a message similar to the one I was having, guzzle was not really an issue. I suggest you look deeper into other possibilities before pursuing this. Composer has a few tools that might help:

  • composer why/depends
  • composer why-not/prohibits

(a complete list of composer commands can be found here: https://getcomposer.org/doc/03-cli.md)

You can start by running these on other modules that appear in the messages showing dependency issues.

Good luck!

πŸ‡¨πŸ‡¦Canada ajarantes

I don't know if this will help but I applied the patch and it solved my problem.

This is what I observed before applying the patch...

If a page has "" as its "Parent Link" and the person editing that page does not have access to "Main navigation" in "Workbench Access", that option will not appear in the "Parent Link" field. Instead, the parent of that page will be set to the first item in the dropdown of the "Parent Link" field.

I've confirmed this by giving new roles to that same person (I only use roles in "Workbench Access"). If a new role has access to a new menu item and that item appears above what was previously the top one (remember that "" does not show), than this new item becomes that page's parent menu item once it is saved.

Ex (roles in "Workbench Access" in parenthesis):
(role = admin)
- About (role = support)
- How to buy (role = seller)
- Consumers (role = seller)

ALL scenarios below pressupose that originally, "Parent link" is set to ""

Scenario 1: "admin" edits the "Consumers" page => everything is fine.
Scenario 2: "seller" edits the "Consumers" page => the parent link changes to to "How to buy" (I believe it's because "How to buy" becomes the first available item in the "Parent Link" menu. is not present anymore)
Scenario 3: I give "seller" a second role of "support". "seller" edits the "Consumers" page => the parent link changes to "About".

Production build 0.69.0 2024