Projet

Général

Profil

« Précédent | Suivant » 

Révision 2bfcb919

Ajouté par Serghei Mihai il y a environ 9 ans

post_logout_redirect_uri not localized (#6558)

Voir les différences:

ckanext/ozwillo_pyoidc/plugin.py
201 201
            redirect_to('/')
202 202

  
203 203
        g = model.Group.get(session['organization_id'])
204
        org_url = toolkit.url_for(host=request.host,
205
                                  controller='organization',
206
                                  action='read',
207
                                  id=g.name,
208
                                  qualified=True)
204
        org_url = url_for(host=request.host,
205
                          controller='organization',
206
                          action='read',
207
                          id=g.name,
208
                          qualified=True)
209 209
        org_url = str(org_url)
210 210

  
211 211
        if toolkit.c.user:

Formats disponibles : Unified diff