OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Add Form Name to BuildingContext Orchard.Forms #4835

Open orchardbot opened 10 years ago

orchardbot commented 10 years ago

neTp9c created: https://orchard.codeplex.com/workitem/21006

BuildingContext witch passed to IFormEventHandler Building and Built methods contains only Form Shape. So, this methods can only be used for all forms at once.

In contrast to ValidatingContext that contains Form Name.

orchardbot commented 9 years ago

@sebastienros commented:

Why not. Let's add FormName in the BuildinContext