New issue
Advanced search Search tips

Issue 601543 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 547073



Sign in to add a comment

Certificate manager should respect edit/export/delete restrictions.

Project Member Reported by dpa...@chromium.org, Apr 7 2016

Issue description

1) Export should be disabled if (readonly || policy || !extractable)
2) Edit should be disabled if (policy)

where readonly, policy and extractable refer to the CertificateSubnode typedef at https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/resources/settings/certificate_manager_page/certificates_browser_proxy.js&l=22.
 
Status: Started (was: Untriaged)
Summary: Certificate manager should respect edit/export/delete restrictions. (was: Certificate manager should respect edit and export restrictions.)
The correct logic is not exactly as mentioned above. Anyway, I figured out the correct logic in the corresponding CL https://codereview.chromium.org/1867093003.
Status: Fixed (was: Started)

Sign in to add a comment