[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.extra,
|
||||
source.year,
|
||||
//...source.fragments,
|
||||
...source.fragments,
|
||||
source.comment,
|
||||
source.link,
|
||||
source.approved ? '' : '__awaiting__',
|
||||
|
|
Reference in New Issue