Closed Bug 1463882 Opened 7 years ago Closed 4 years ago

Adding the same bookmark to both menu and toolbar doesn't work

Categories

(Firefox :: Enterprise Policies, enhancement, P3)

enhancement

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox62 --- affected

People

(Reporter: mkaply, Unassigned)

References

()

Details

If you create a policy that adds the same bookmark to toolbar and menu, only one of the bookmarks is added. Both should be added: { "policies": { "Bookmarks": [{ "Title": "MyCompany Intranet", "URL": "https://intranet.mycompany.local2/", "Placement": "menu" }, { "Title": "MyCompany Intranet", "URL": "https://intranet.mycompany.local2", "Placement": "toolbar" } ] } }
Yeah, unfortunately, the URL is the key that the policies code manage.. IIRC it's not going to be so simple to change that. An easy workaround for users is adding a hash # so that the two look different
Priority: -- → P3

I'm not going to put more effort into the bookmark policies.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.