Add Tag to the list of objects dumped and loaded.
This commit is contained in:
parent
62099efa85
commit
d7cfc5419e
@ -40,7 +40,8 @@ DUMP_TRIVIAL = ["FinancialType",
|
||||
"OptionGroup",
|
||||
"OptionValue",
|
||||
"Domain",
|
||||
"SavedSearch"]
|
||||
"SavedSearch",
|
||||
"Tag"]
|
||||
|
||||
|
||||
# "ContributionPage", needs payment processors & payment_processor column formatted correctly.
|
||||
@ -66,7 +67,8 @@ LOAD_TRIVIAL = ["FinancialType",
|
||||
"OptionValue",
|
||||
"Domain",
|
||||
"Contact",
|
||||
"SavedSearch"]
|
||||
"SavedSearch",
|
||||
"Tag"]
|
||||
|
||||
WEIRD_LIST = [
|
||||
("civicrm_contact", "contact_sub_type"),
|
||||
|
Loading…
Reference in New Issue
Block a user