From e37d800a58f22fc6b562fb5b4790e57a97f35185 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 13 Jul 2025 15:49:54 -0300 Subject: data: Album: disallow commentary + etc with 'Style: single' --- src/data/things/album.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/data/things/album.js b/src/data/things/album.js index 36b3c272..310026e8 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -756,6 +756,21 @@ export class Album extends Thing { }, invalidFieldCombinations: [ + {message: `Move commentary on singles to the track`, fields: [ + ['Style', 'single'], + 'Commentary', + ]}, + + {message: `Move crediting sources on singles to the track`, fields: [ + ['Style', 'single'], + 'Crediting Sources', + ]}, + + {message: `Move referencing sources on singles to the track`, fields: [ + ['Style', 'single'], + 'Referencing Sources', + ]}, + {message: `Specify one wallpaper style or multiple wallpaper parts, not both`, fields: [ 'Wallpaper Parts', 'Wallpaper Style', -- cgit 1.3.0-6-gf8a5