Strip the same characters before sorting titles in reports that we do in the items list
This commit is contained in:
parent
4429a193ce
commit
01b0e841f1
|
@ -343,6 +343,9 @@ function ChromeExtensionHandler() {
|
|||
else {
|
||||
valB = b.title;
|
||||
}
|
||||
|
||||
valA = Zotero.Items.getSortTitle(valA);
|
||||
valB = Zotero.Items.getSortTitle(valB);
|
||||
}
|
||||
else {
|
||||
var valA = a[sorts[index].field];
|
||||
|
|
Loading…
Reference in New Issue
Block a user