summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Selberg <svense@axis.com>2021-03-25 12:53:19 +0100
committerSven Selberg <svense@axis.com>2021-03-25 12:53:19 +0100
commit026829cdc5ff7e6aca0a98316e4edd834cd1d21f (patch)
tree587034f8bf922b86ceae3b935413bacd2a9425ec
parent5c0e72a43827597151544f4abfa1dc0dfa039b6e (diff)
PG: Remove legacy permission 'publishDrafts'
This was removed in 2.15 but was for some reason left in the FE. Permission was removed with: 6ffb7d9358 Discontinue draft workflow Change-Id: I21241f603bebe8b71ab0f9c4b98890d9d5d00bbc
-rw-r--r--polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior.html b/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior.html
index 0c75c44887..fedefc6328 100644
--- a/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior.html
+++ b/polygerrit-ui/app/behaviors/gr-access-behavior/gr-access-behavior.html
@@ -88,10 +88,6 @@ limitations under the License.
id: 'owner',
name: 'Owner',
},
- publishDrafts: {
- id: 'publishDrafts',
- name: 'Publish Drafts',
- },
push: {
id: 'push',
name: 'Push',