|
|
@@ -25,7 +25,7 @@ function register_all_one_offs() {
|
|
25
|
25
|
register_connections_for('short', ['short', 'exhibition', 'event', 'object', 'guide', 'post', 'technique', 'publication']);
|
|
26
|
26
|
register_connections_for('technique', ['technique', 'post', 'publication']);
|
|
27
|
27
|
register_connections_for('guide', ['technique', 'exhibition', 'post', 'publication']);
|
|
28
|
|
- register_connections_for('exhibition', ['technique', 'publication']);
|
|
|
28
|
+ register_connections_for('exhibition', ['exhibition','technique', 'publication']);
|
|
29
|
29
|
register_connections_for('event', ['event', 'object', 'post', 'guide', 'technique', 'publication']);
|
|
30
|
30
|
register_connections_for('episode', ['episode', 'object', 'guide', 'technique', 'publication']);
|
|
31
|
31
|
register_connections_for('post', ['post']);
|