umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Audit trail #22

Open sussexrick opened 5 years ago

sussexrick commented 5 years ago

Forms would support an audit trail in the form designer, similar to the one for content. This would be useful because when you have multiple people designing forms, you often need to know who's been working on it.

nul800sebastiaan commented 5 years ago

Hi Rick, we don't have immediate plans to do this but I've put this on the "idea" list for the future when we work on auditing features.

For now you could build this yourself by hooking into FormStorage.Saving / .Saved events for example.