TheJacksonLaboratory / PhenopacketLab

An Angular/Springboot web application for the loading, editing, saving of data that follows the Phenopacket Schema
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Make parent node of modifier tree unselectable #225

Closed belkassaby closed 1 year ago

belkassaby commented 1 year ago

definition of done

the parent nodes in the modifier tree shouldn;t be selectable.

For now we can just keep using the primeng tree select and test if the node is a leaf and set the node selectable property to false otherwise.

Later we should customize a prime ng tree with ng templates and have checkboes only for leaf nodes

BethSundberg commented 1 year ago

This applies to diseases and is working as described.