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",
|
"OptionGroup",
|
||||||
"OptionValue",
|
"OptionValue",
|
||||||
"Domain",
|
"Domain",
|
||||||
"SavedSearch"]
|
"SavedSearch",
|
||||||
|
"Tag"]
|
||||||
|
|
||||||
|
|
||||||
# "ContributionPage", needs payment processors & payment_processor column formatted correctly.
|
# "ContributionPage", needs payment processors & payment_processor column formatted correctly.
|
||||||
@ -66,7 +67,8 @@ LOAD_TRIVIAL = ["FinancialType",
|
|||||||
"OptionValue",
|
"OptionValue",
|
||||||
"Domain",
|
"Domain",
|
||||||
"Contact",
|
"Contact",
|
||||||
"SavedSearch"]
|
"SavedSearch",
|
||||||
|
"Tag"]
|
||||||
|
|
||||||
WEIRD_LIST = [
|
WEIRD_LIST = [
|
||||||
("civicrm_contact", "contact_sub_type"),
|
("civicrm_contact", "contact_sub_type"),
|
||||||
|
Loading…
Reference in New Issue
Block a user