Just checking: Is the policy on the admin to soft-...
# support
r
Just checking: Is the policy on the admin to soft-delete via the paranoia gem, but never to restore, only create new clones of deleted items? (Context: I’m working on a process to control product data from another system; the current approach is to import changes; keeping the behavior as close to default solidus seems like a good idea.)
j
To my knowledge it's not a policy. There just aren't interfaces for undeleting things.
I think the decision to undelete versus create new clones is up to you and your needs.
r
@Jared Norman, thank you for the insight!
a
Also JFYI, Paranoia gem is deprecated for solidus and won't be present in Solidus 3, as per my knowledge.