I have a problem with the Bookmarks and Shortcuts module. When I create the shortcut, it always creates a page with a 404 error. But I believe it is some configuration at the time that generates an internal link, for example, /dolibarr/projet/card.php&id=224. If you paste this link in the browser (after the domain) the page also gives an error. How to resolve this?
I checked and it is redirecting correctly to my website. However I found the problem. When using the bookmark to create the link it generates something …/projet/card.php&id=243, but it should generate …/projet/card.php?id=243. Where do I configure to change item “&” by “?” ?.