[sources] include fragments in sort string
This commit is contained in:
parent
b272557ef9
commit
b34170224d
|
@ -241,7 +241,7 @@ export class SourceLibrary {
|
||||||
source.title,
|
source.title,
|
||||||
source.extra,
|
source.extra,
|
||||||
source.year,
|
source.year,
|
||||||
//...source.fragments,
|
...source.fragments,
|
||||||
source.comment,
|
source.comment,
|
||||||
source.link,
|
source.link,
|
||||||
source.approved ? '' : '__awaiting__',
|
source.approved ? '' : '__awaiting__',
|
||||||
|
|
Reference in New Issue