ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 4 forks source link

Don't import trials when loading edit form #122

Closed cdinger closed 3 years ago

cdinger commented 3 years ago

Just viewing the edit form should not re-import anything. It should have no side-effects. The trial edit form is used to override certain values and re-importing on the edit form load completely cancels this out. If you override a value, it saves, redirects you to the edit form, and un-does the change you just made.