fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

Fix 500 error when copying assets between phases #230

Closed xmedr closed 1 year ago

xmedr commented 1 year ago

Overview

We were getting a 500 error when copying/moving assets between phases, because duplicate assets were present in the data where we were expecting unique values. This branch makes a small change to use the filter() and first() methods instead of a get(), to account for those duplicates

Closes #222

Testing Instructions