|
|
|
|
|
|
194
|
if(!postTypes.includes(newType)) return console.warn('Type not valid...')
|
194
|
if(!postTypes.includes(newType)) return console.warn('Type not valid...')
|
|
195
|
|
195
|
|
|
196
|
// Ignore some types with presorts so the sortBy watcher can handle them
|
196
|
// Ignore some types with presorts so the sortBy watcher can handle them
|
|
197
|
- const ignore = ['artist']
|
|
|
|
|
|
197
|
+ const ignore = ['artist', 'event', 'exibition']
|
|
198
|
if(ignore.includes(newType)) return
|
198
|
if(ignore.includes(newType)) return
|
|
199
|
this.initPostList()
|
199
|
this.initPostList()
|
|
200
|
},
|
200
|
},
|