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

[Bug]: "Columns to group files by" needs select column ID not column header name #842

Closed
2 tasks done
PJC24 opened this issue Mar 7, 2023 · 3 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@PJC24
Copy link

PJC24 commented Mar 7, 2023

Contact Details

philcoggins@mac.com

What happened?

When using "Configuring about columns" >"Columns to group files by name" the dropdown selection presents the name of the header row of that column in the database, not the underlying column ID of the select column. When this is true files are not sorted/filed by the select column. Manually changing "group_folder_column:" in config in mardown view to the correct column ID solves the problem.

For example:
column ID = my_column but column header is = My Column. group_folder_column = My Column - this does not work

column ID = my_column but column header is = My Column. group_folder_column = my_column - this works

What platform were you using?

Desktop

Version of the plugin

3.3.2

Relevant log output

No response

Are you using the latest version of the plugin in your Obsidian vault?

  • I have verified that I am on the latest version

Are you check if there is a similar issue?

  • I have verified that there are not similar issues
@PJC24 PJC24 added bug Something isn't working triage Issue not tagged yet. talking to the user labels Mar 7, 2023
@RafaelGB RafaelGB removed the triage Issue not tagged yet. talking to the user label Mar 16, 2023
@RafaelGB
Copy link
Owner

It should be easy to fix. Thanks for your testing!!

@PJC24
Copy link
Author

PJC24 commented Mar 17, 2023 via email

@RafaelGB
Copy link
Owner

Commit 4438d22

@RafaelGB RafaelGB closed this as completed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants