Fix KeyError: Added missing 'grant_id_random' to common_field_schema.py
This commit is contained in:
@@ -54,6 +54,7 @@ base_fields['event_track_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['flask_cfg_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['fundraising_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['fundraising_cfg_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['grant_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['hosted_file_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['journal_id_random'] = xxx_id_random_field_schema
|
||||
base_fields['journal_entry_id_random'] = xxx_id_random_field_schema
|
||||
|
||||
Reference in New Issue
Block a user