Alex Monk has uploaded a new change for review.
https://gerrit.wikimedia.org/r/276784
Change subject: Remove useless proxy modification code
......................................................................
Remove useless proxy modification code
We don't even have a modifyProxy function
Change-Id: I4890ec248a817eb23ac726b72b312039d1589951
---
M special/SpecialNovaProxy.php
1 file changed, 0 insertions(+), 6 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenStackManager
refs/changes/84/276784/1
diff --git a/special/SpecialNovaProxy.php b/special/SpecialNovaProxy.php
index fa67d2b..481c122 100644
--- a/special/SpecialNovaProxy.php
+++ b/special/SpecialNovaProxy.php
@@ -48,12 +48,6 @@
return;
}
$this->deleteProxy();
- } elseif ( $action === "modify" ) {
- if ( ! $this->userLDAP->inProject( $this->projectName )
) {
- $this->notInProject( $this->project );
- return;
- }
- $this->modifyProxy();
} else {
$this->listProxies();
}
--
To view, visit https://gerrit.wikimedia.org/r/276784
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4890ec248a817eb23ac726b72b312039d1589951
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenStackManager
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits