Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default sorting of entry table is lost #3850

Closed
1 task
miwurster opened this issue Mar 15, 2018 · 2 comments · Fixed by #4327
Closed
1 task

Default sorting of entry table is lost #3850

miwurster opened this issue Mar 15, 2018 · 2 comments · Fixed by #4327

Comments

@miwurster
Copy link

I try to set a default sorting in the options dialog for the entry table, for example, priority, year, title.
In some case I want to sort the entry table for a quick review/search, for example, to a sorting based on the bibtexkey to see all works related to that key.
However, when I click on the column headers, the default sorting criteria in the options is lost (or rather got overwritten) - see before and after screenshots.

I would have expected the following behavior:

  • Set a default sorting for the entry table
  • On changing the sorting
    • the first click applies the ascending order
    • the second click applies the descending order
    • the third click removes the sorting of that column
  • So, after the third click, I expect that the default sorting from the options dialog will be applied again

Would love to hear what others think :-)

Cheers
Michael


JabRef version 4.1

Steps to reproduce:

  1. Set default sorting options dialog for the entry table
  2. Go back to your list of references, click on a column header to change the sort
  3. Check the default sorting in the options, they got overwritten

Before:
image

After:
image

@lenhard
Copy link
Member

lenhard commented Mar 17, 2018

Sounds like a reasonable suggestion to me.

The maintable is currently being re-written completely from scratch. Maybe this feature won't be implemented in the first release of the new version, but we should keep it in mind for later.

@Siedlerchr
Copy link
Member

This issue is now fixed in the latest master version. Note, the sort order of the table is now stored directly on change. Multiple columns can be sorted by holding SHIFT + clicking on the column header.
The table sort order in the preferences got removed.

We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants