X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fmanagementtabrequests.py;h=6e37f1d4b0ee4dd58dc9078599f512b8193dde02;hb=64875671facb5f00ccd4cced2620a3fd23d09b07;hp=850bbc68b4dd8bdbb23017757119a704c0110d57;hpb=91bc3561ea98eff799c3055fa6258f910ff97a51;p=myslice.git diff --git a/portal/managementtabrequests.py b/portal/managementtabrequests.py index 850bbc68..6e37f1d4 100644 --- a/portal/managementtabrequests.py +++ b/portal/managementtabrequests.py @@ -133,8 +133,9 @@ class ManagementRequestsView (LoginRequiredView, ThemeView): if auth_hrn in pi_expired_credential_authorities: r['allowed'] = 'expired' if 'allowed' not in r: - r['allowed'] = 'denied' - + ## TEMP FIX for allowing new authority registration + #r['allowed'] = 'denied' + r['allowed'] = 'allowed' if not auth_hrn in dest: dest[auth_hrn] = []