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)
Firefox
Enterprise Policies
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"
}
]
}
}
Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
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
Reporter | ||
Comment 2•4 years ago
|
||
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.
Description
•