|
|
@@ -26,8 +26,9 @@ function register_all_one_offs() {
|
|
26
|
26
|
register_connections_for('technique', ['technique', 'post', 'publication']);
|
|
27
|
27
|
register_connections_for('guide', ['technique', 'exhibition', 'post', 'publication']);
|
|
28
|
28
|
register_connections_for('exhibition', ['technique', 'publication']);
|
|
29
|
|
- register_connections_for('event', ['event', 'object', 'guide', 'technique', 'publication']);
|
|
30
|
|
- register_connections_for('episode', ['object', 'episode', 'guide', 'technique', 'publication']);
|
|
|
29
|
+ register_connections_for('event', ['event', 'object', 'post', 'guide', 'technique', 'publication']);
|
|
|
30
|
+ register_connections_for('episode', ['episode', 'object', 'guide', 'technique', 'publication']);
|
|
|
31
|
+ register_connections_for('post', ['post']);
|
|
31
|
32
|
}
|
|
32
|
33
|
|
|
33
|
34
|
function all_connection_types() {
|