CDLUC3 / dmptool

DMPTool version of the DMPRoadmap codebase
https://dmptool.org
MIT License
59 stars 13 forks source link

Show template being selected even if only one option #643

Open bofstein opened 3 months ago

bofstein commented 3 months ago

When a user selects the funder and research organization when creating a template, the following logic is used currently:

This leads to a few areas of confusion. One is that if there is only one template available, the person cannot see what the template is and may believe there is an issue with the template not showing up. We can change this by continuing to show the dropdown, even if there is only one template available.

We can clear up other areas of confusion, without changing the main codebase, in separate tickets.