Sets snippet field properties on blueprint (#7718)

Fixes #7431
This commit is contained in:
Jason Burgard
2017-06-01 14:58:44 -05:00
committed by Sébastien Ros
parent cc22b6dbdd
commit 0fc29a5bce

View File

@@ -64,6 +64,10 @@ namespace Orchard.Layouts.Providers {
foreach (var driver in drivers) {
driver.Displaying(context);
}
if (element.Descriptor.Displaying != null) {
element.Descriptor.Displaying(context);
}
}
}
}