Fix: Integration content types last_structure_fetch path + add test script for manual structure push
This commit is contained in:
@@ -313,7 +313,7 @@ class IntegrationViewSet(SiteSectorModelViewSet):
|
||||
summary = {
|
||||
'post_types': post_types_data,
|
||||
'taxonomies': taxonomies_data,
|
||||
'last_structure_fetch': config.get('last_structure_fetch'),
|
||||
'last_structure_fetch': content_types.get('last_structure_fetch'),
|
||||
'plugin_connection_enabled': config.get('plugin_connection_enabled', True),
|
||||
'two_way_sync_enabled': config.get('two_way_sync_enabled', True),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user