paleobot / pbot-dev

Codebase and initial design documents for pbot client
MIT License
2 stars 2 forks source link

Deleting a description - cascade should be automatic #229

Open doricon opened 1 year ago

doricon commented 1 year ago

The current implementation confused folks trying to delete description because they get the blocking relationship error and don't understand why. For descriptions only, the cascade should be automatic.

NoisyFlowers commented 8 months ago

Given that deleting a Description with cascade can destroy a large amount of work, I'd like to suggest that we keep this as-is, with a cascade delete made explicit by the Cascade checkbox.

aazaff commented 8 months ago

I concur that the safer thing is to make cascade a conscious choice. Though I wonder if we could make the error message a little lengthier to explicitly explain what a blocking relationship is?