Changeset d90059c


Ignore:
Timestamp:
Aug 2, 2012, 2:27:05 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
95f612b
Parents:
8f46374
git-author:
Alex Dehnert <adehnert@…> (08/02/12 02:27:05)
git-committer:
Alex Dehnert <adehnert@…> (08/02/12 02:27:05)
Message:

groups/diffs.py: more fields for Exec (ASA-#130)

Specifically: "almost everything"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/diffs.py

    rb2cee30 rd90059c  
    214214
    215215
     216# Note: this isn't actually used (but might have some utility in telling what
     217# should be diffed)
    216218diff_fields = {
    217219    'name' :            [ update_asa_exec, ],
     
    221223}
    222224
     225# This is used, OTOH
    223226def build_callbacks():
    224227    callbacks = []
    225228    callbacks.append(StaticMailCallback(
    226         fields=['name', 'abbreviation', 'officer_email', 'constitution_url', ],
     229        fields=[
     230            'name', 'abbreviation',
     231            'officer_email', 'group_email', 'athena_locker',
     232            'website_url', 'constitution_url',
     233            'activity_category', 'group_class', 'group_status', 'group_funding',
     234            'advisor_name',
     235            'num_undergrads', 'num_grads', 'num_community', 'num_other',
     236            'main_account_id', 'funding_account_id',
     237        ],
    227238        address='asa-admin@mit.edu',
    228239        template='groups/diffs/asa-update-mail.txt',
Note: See TracChangeset for help on using the changeset viewer.