mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removed T property that was hiding T from base.
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Orchard.DynamicForms.Bindings {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public void Describe(BindingDescribeContext context) {
|
||||
context.For<BooleanField>()
|
||||
.Binding("Value", (contentItem, field, s) => field.Value = IsTrueish(s));
|
||||
|
Reference in New Issue
Block a user