Projet

Général

Profil

Bug #12540

Dans le template du manager le fil d'ariane est mal construit

Ajouté par Benjamin Dauvergne il y a presque 8 ans. Mis à jour il y a environ 7 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
12 juillet 2016
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:

Description

On a ça:

      <div id="more-user-links">
          <span id="breadcrumb">
          <a href="/">Accueil</a>
          </span>
    <a href="/manage/">Management</a>
      </div>

on devrait avoir ça je pense

      <div id="more-user-links">
          <span id="breadcrumb">
            <a href="/">Accueil</a>
            <a href="/manage/">Management</a>
          </span>
      </div>

Fichiers

Révisions associées

Révision b327aaef (diff)
Ajouté par Serghei Mihai il y a presque 8 ans

breadcrumb and title fix on management page (#12540)

Historique

#1

Mis à jour par Serghei Mihai il y a presque 8 ans

#2

Mis à jour par Frédéric Péters il y a presque 8 ans

Non, ce n'est pas correct. Le premier élément doit être le portail agent (quand il existe) et la suite doit être une entrée "Annonces", correspondant au menu Publik.

En suivant ce que je viens de faire/vérifier côté Chrono :

{% block homepage-url %}{{portal_agent_url}}{% endblock %}
{% block homepage-title %}{{portal_agent_title}}{% endblock %}

{% block breadcrumb %}
 {% if portal_agent_url %}{{ block.super }}{% endif %}
 <a href="{% url 'manage' %}">{% trans 'Announces' %}</a>
{% endblock %}
#4

Mis à jour par Frédéric Péters il y a presque 8 ans

Pourquoi gardes-tu alors quand même un Corbo pour page-title ?

#6

Mis à jour par Frédéric Péters il y a presque 8 ans

ok.

#7

Mis à jour par Serghei Mihai il y a presque 8 ans

  • Statut changé de En cours à Résolu (à déployer)
commit b327aaef04bc52d45e2586d9bc70c01ee21ec4ea
Author: Serghei Mihai <smihai@entrouvert.com>
Date:   Tue Jul 12 16:35:18 2016 +0200

    breadcrumb and title fix on management page (#12540)
#8

Mis à jour par Serghei Mihai il y a environ 7 ans

  • Statut changé de Résolu (à déployer) à Fermé

Formats disponibles : Atom PDF