Skip to content

Set autocomplete node via setter

monai requested to merge monai/opr-tools:master into dev

Currently what node is being updated by setting property whatController.whatNode. This way only UI is updated but not internal data structures and as a consequence the what property is not added to /review request payload. This change uses a proper setter that updates UI and adds what property to the request payload.

Merge request reports

Loading