WW-4447 Reverts some changes introduced by WW-4297

Resetting 'label' attribute can block user if they would like to
develop their own hidden.ftl template
This commit is contained in:
Lukasz Lenart
2015-01-14 16:15:17 +01:00
parent 0b49c2c2c9
commit 2433789379
@@ -66,10 +66,4 @@ public class Hidden extends UIBean {
return TEMPLATE;
}
@Override
public void evaluateParams() {
super.evaluateParams();
label = null;
addParameter("label", null);
}
}