Skip to content

Use call note text from highest priority source - #216

Open
alduhoo wants to merge 1 commit into
ham2k:mainfrom
alduhoo:aldoms/list/fix
Open

Use call note text from highest priority source#216
alduhoo wants to merge 1 commit into
ham2k:mainfrom
alduhoo:aldoms/list/fix

Conversation

@alduhoo

@alduhoo alduhoo commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

The call note extension has support for updating the call note source priority. When fetching the note text to display, the text from the last source was being returned (this was expected before the priority re-ordering change). To simplify things and have the text match the expectations of the prioritized list, return the note text from the first source.

@sd sd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a bit confusing, but priority is first note found within a file, but last file in the list.

This is because if you add a new file, you expect it to have priority. Otherwise the default Ham2K Notes file would always take precedence unless you reordered them.

One alternative would be to change the logic to what you propose here, but it would also require a migration to reorder files each user might have already added, and changing the way the UI works so that new files are added on top.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants