X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fmanagementtabrequests.py;h=6e37f1d4b0ee4dd58dc9078599f512b8193dde02;hb=2842fc88e027493dd9ae00e0f8a69a86f3d50680;hp=850bbc68b4dd8bdbb23017757119a704c0110d57;hpb=58575ad29f72754370a220cc20bf0eaa278f5263;p=unfold.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] = []