From ec9e0ad114c436dbcb717c2a3b5a45bb6662a728 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 22 2018 09:08:56 +0000 Subject: remove mailing_list_url from fas group sync If trying to edit any group that had been synced from FAS, the config dialog complained about an invalid key mailing_list_url. Since the mailing list item in both fas and hubs is named mailing_list, this removes the mailing_list_url field from being created in the FAS sync, and the config dialong now works as expected. --- diff --git a/hubs/utils/fas.py b/hubs/utils/fas.py index a992ebf..7fe2fd2 100644 --- a/hubs/utils/fas.py +++ b/hubs/utils/fas.py @@ -48,7 +48,6 @@ class FASClient(object): "irc_network": "chat_domain", "irc_channel": "chat_channel", "mailing_list": "mailing_list", - "mailing_list_url": "mailing_list_url", } for fas_attr, hub_attr in attr_map.items(): if fas_group[fas_attr] is None: