Closed dan-tang-ssd closed 1 year ago
I am trying to add a "Remove Initiative" button, both buttons are not working yet...
@dan-tang-ssd I've updated the vue component. I used a trick we've used in the past, where the 'prop' becomes the "initial" read-only version of a property, and onMount() it's set to a reactive variable. Looks like it's working ok now.
It works well. That's great. Thank you Dave.
Live env deployment is completed. A quick hot fix is deployed shortly to resolve duplicate import statement issue.
Performed testing in with positive result in live env. An initiative can be removed now.
This PR fixes #113 .
This is submitted for adding soft-delete to portfolios and projects. It also add ON DELETE CASCADE ON UPDATE CASCADE for projects.portfolio_id.
There are two remaining items: