Skip to content

Conditions tab, include description - #2124

Open
adamdspencer77 wants to merge 4 commits into
masterfrom
ft-2122
Open

Conditions tab, include description#2124
adamdspencer77 wants to merge 4 commits into
masterfrom
ft-2122

Conversation

@adamdspencer77

Copy link
Copy Markdown
Collaborator

Similar to what we do with medical types being shown below regimen names in the list on the medical tab, include the condition description from the lookup item below the condition name in the list.

let s = "";
s += tableform.dialog_render(this.dialog);
s += edit_header.animal_edit_header(controller.animal, "condition", controller.tabcounts);
s += edit_header.animal_edit_header(controller.animal, "conditions", controller.tabcounts);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Noticed that the Conditions tab wasn't being highlighted when it was active.

@Tetzor

Tetzor commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

The description doesn't appear after adding the condition until you refresh the screen or leave and return.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants