Persist column settings in the select items dialog. Closes #2224

I didn't check the previous behavior, but I assume it's the same:
This will persist the same settings for the select items dialog in the
classic citation view as well as the add related item dialog.
This commit is contained in:
Adomas Venčkauskas 2021-10-15 15:42:36 +03:00
parent 7a9bd56b9d
commit 4e68b624f2

View file

@ -61,7 +61,7 @@ var doLoad = async function () {
},
id: "select-items-dialog",
dragAndDrop: false,
persistColumns: false,
persistColumns: true,
columnPicker: true,
emptyMessage: Zotero.getString('pane.items.loading')
});