You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
#1638 identified an issue with the most recent permanent_record version that broke EquipmentModel#destroy. The issue was resolved by downgrading the gem, which isn't ideal but a quick fix was necessary.
We should either figure out how to upgrade permanent_record without breaking deactivation, or we should roll our own soft-deletion to avoid issues like this in the future.
The text was updated successfully, but these errors were encountered:
#1638 identified an issue with the most recent permanent_record version that broke
EquipmentModel#destroy
. The issue was resolved by downgrading the gem, which isn't ideal but a quick fix was necessary.We should either figure out how to upgrade permanent_record without breaking deactivation, or we should roll our own soft-deletion to avoid issues like this in the future.
The text was updated successfully, but these errors were encountered: