capstone icon indicating copy to clipboard operation
capstone copied to clipboard

Add mechanism for do-not-edit warnings

Open bensteinberg opened this issue 4 years ago • 0 comments

In our new deployment, we will sometimes clone the data to perform long-running migrations, then swap the running data for the cloned and migrated data. During this procedure, we don't want admin users to make edits that will be blasted when the swap happens. Maybe add something to various templates to warn users not to edit, when a flag file is present? Or even suppress the editing functions altogether? Probably the former will be easier/more flexible.

bensteinberg avatar Aug 06 '20 13:08 bensteinberg