Project

General

Profile

Développement #44754

Provisionner les emails associés aux rôles

Added by Valentin Deniaud over 4 years ago. Updated over 4 years ago.

Status:
Fermé
Priority:
Normal
Category:
-
Target version:
-
Start date:
02 July 2020
Due date:
% Done:

0%

Estimated time:
Patch proposed:
Yes
Planning:
No

Description

class Role(Group):
    uuid = models.CharField(max_length=32)
    description = models.TextField(default=u'')
    details = models.TextField(default=u'')

On doit pouvoir y ajouter les emails.


Files

Associated revisions

Revision 88c06f1d (diff)
Added by Valentin Deniaud over 4 years ago

agent: save role emails during provisionning (#44754)

History

#1

Updated by Valentin Deniaud over 4 years ago

#2

Updated by Benjamin Dauvergne over 4 years ago

Si on se met à utiliser des ArrayField il va falloir retirer les tests sqlite, sqlite ne gère pas le type SQL ARRAY.

#4

Updated by Benjamin Dauvergne over 4 years ago

  • Status changed from Solution proposée to En cours

On devrait provisionner aussi le champ emails_to_members aussi non ?

#5

Updated by Valentin Deniaud over 4 years ago

Ça ne mange pas de pain.

#6

Updated by Benjamin Dauvergne over 4 years ago

  • Status changed from Solution proposée to Solution validée

Pour vendredi.

#7

Updated by Benjamin Dauvergne over 4 years ago

  • Assignee changed from Valentin Deniaud to Benjamin Dauvergne
#8

Updated by Benjamin Dauvergne over 4 years ago

  • Status changed from Solution validée to Résolu (à déployer)
commit 88c06f1df0b4cbe7e68a6ac0b2f7480e8adc15d3
Author: Valentin Deniaud <vdeniaud@entrouvert.com>
Date:   Thu Jul 2 18:42:48 2020 +0200

    agent: save role emails during provisionning (#44754)
#9

Updated by Frédéric Péters over 4 years ago

  • Status changed from Résolu (à déployer) to Solution déployée

Also available in: Atom PDF