Projet

Général

Profil

Development #57769

CD13: intégration de nouvelles cellules JSON et leurs templates

Ajouté par Benjamin Dauvergne il y a plus de 2 ans. Mis à jour il y a plus de 2 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
12 octobre 2021
Echéance:
14 octobre 2021
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Cf. #57467


Fichiers

0002-bouches-du-rhone-show-affectations-s-comment-57769.patch (2,35 ko) 0002-bouches-du-rhone-show-affectations-s-comment-57769.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0004-bouches-du-rhone-add-provenances-parameter-to-link-t.patch (1,4 ko) 0004-bouches-du-rhone-add-provenances-parameter-to-link-t.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0006-bouches-du-rhone-only-show-person-s-hint-if-the-pers.patch (1,15 ko) 0006-bouches-du-rhone-only-show-person-s-hint-if-the-pers.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0003-bouches-du-rhone-add-vertical-spacing-57769.patch (1,48 ko) 0003-bouches-du-rhone-add-vertical-spacing-57769.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0005-bouches-du-rhone-fix-typo-in-table-57769.patch (1,06 ko) 0005-bouches-du-rhone-fix-typo-in-table-57769.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0001-bouches-du-rhone-add-action-to-export-beneficiaires-.patch (2,68 ko) 0001-bouches-du-rhone-add-action-to-export-beneficiaires-.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0007-bouches-du-rhone-use-HTTP_REFERRER-to-make-w.c.s.-ca.patch (2,36 ko) 0007-bouches-du-rhone-use-HTTP_REFERRER-to-make-w.c.s.-ca.patch Benjamin Dauvergne, 12 octobre 2021 12:14
0002-bouches-du-rhone-show-affectations-s-comment-57769.patch (2,35 ko) 0002-bouches-du-rhone-show-affectations-s-comment-57769.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0004-bouches-du-rhone-fix-typo-in-table-57769.patch (1,06 ko) 0004-bouches-du-rhone-fix-typo-in-table-57769.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0006-bouches-du-rhone-use-HTTP_REFERRER-to-make-w.c.s.-ca.patch (2,36 ko) 0006-bouches-du-rhone-use-HTTP_REFERRER-to-make-w.c.s.-ca.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0005-bouches-du-rhone-only-show-person-s-hint-if-the-pers.patch (1,15 ko) 0005-bouches-du-rhone-only-show-person-s-hint-if-the-pers.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0003-bouches-du-rhone-add-provenances-parameter-to-link-t.patch (1,4 ko) 0003-bouches-du-rhone-add-provenances-parameter-to-link-t.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0007-bouches-du-rhone-add-vertical-spacing-57769.patch (3,1 ko) 0007-bouches-du-rhone-add-vertical-spacing-57769.patch Benjamin Dauvergne, 12 octobre 2021 14:56
0001-bouches-du-rhone-add-action-to-export-beneficiaires-.patch (2,68 ko) 0001-bouches-du-rhone-add-action-to-export-beneficiaires-.patch Benjamin Dauvergne, 12 octobre 2021 14:56

Révisions associées

Révision c6cee490 (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: add action to export beneficiaires search as CSV (#57769)

Révision ac107a9f (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: show affectations's comment (#57769)

Révision e2b34f68 (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: add provenances parameter to link to reaffectation (#57769)

Révision c03d332d (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: fix typo in table (#57769)

Révision cb8085a5 (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: only show person's hint if the person is looked after (#57769)

Révision 9552762e (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: use HTTP_REFERRER to make w.c.s. canel_url parameter (#57769)

Révision 6f1606fb (diff)
Ajouté par Benjamin Dauvergne il y a plus de 2 ans

bouches-du-rhone: add vertical spacing (#57769)

Historique

#1

Mis à jour par Benjamin Dauvergne il y a plus de 2 ans

  • Sujet changé de CD13: intégration de nouvelles cellules JSON et leurs templates settings et à CD13: intégration de nouvelles cellules JSON et leurs templates
#4

Mis à jour par Benjamin Dauvergne il y a plus de 2 ans

Je n'ai touché à rien c'est des templates développés directement par Mike et validés par le client, mais je veux bien un coup d'oeuil technique sur la forme.

#5

Mis à jour par Thomas Jund (congés, retour le 29/04) il y a plus de 2 ans

rsa13-pagination.html

Pour éviter d'ajouter un

- {% else %}
- <p>&nbsp;</p>

Il suffitr de wrapper le bouton de rsa13-liste-des-beneficiaires.html avec un <p>

<form method="post" action="{% url 'combo-public-ajax-page-cell' page_pk=cell.page.id cell_reference=cell.get_reference %}{% if request.GET.ctx %}?ctx={{ request.GET.ctx|urlencode }}{% endif %}">
  <input type="hidden" name="action" value="csv"/>
  <input type="hidden" name="plateforme_id" value="{{ plateforme_id }}"/>
  <input type="hidden" name="query" value="{{ query_id }}"/>
  <p>
  <button>Exporter</button>
  </p>
</form>
#7

Mis à jour par Benjamin Dauvergne il y a plus de 2 ans

  • Statut changé de Solution proposée à Résolu (à déployer)
commit 6f1606fb881e3db87287c21e6462936fe423dda9
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:05:42 2021 +0200

    bouches-du-rhone: add vertical spacing (#57769)

commit 9552762e51e437146f6500688670a1e7ff26a877
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:12:52 2021 +0200

    bouches-du-rhone: use HTTP_REFERRER to make w.c.s. canel_url parameter (#57769)

commit cb8085a54a1f74afbc03463bfcfcf1ec163fdc18
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:12:08 2021 +0200

    bouches-du-rhone: only show person's hint if the person is looked after (#57769)

commit c03d332d9e70c065039d1c8b623c0f534a0b554b
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:08:14 2021 +0200

    bouches-du-rhone: fix typo in table (#57769)

commit e2b34f685c953acabf8d4b47ffee131bdb224c93
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:08:01 2021 +0200

    bouches-du-rhone: add provenances parameter to link to reaffectation (#57769)

commit ac107a9fea3fa2c68c52d1f0edbd63e3db2c3e4c
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 12:04:34 2021 +0200

    bouches-du-rhone: show affectations's comment (#57769)

commit c6cee490125d74469b8bdad251214023f9d4afef
Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Date:   Tue Oct 12 11:52:36 2021 +0200

    bouches-du-rhone: add action to export beneficiaires search as CSV (#57769)
#8

Mis à jour par Frédéric Péters il y a plus de 2 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF