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