This has been implemented in rev 670676.
Basically, all Find screens need to have this line:
<set field="noConditionFind" value="Y"/>
replaced with these lines:
<property-to-field field="initialResultsProp" resource="widget"
property="widget.findscreen.initial.results"/>
<set field="noConditionFind" from-field="parameters.noConditionFind"
default-value="${initialResultsProp}"></set>
-Adrian
Bruno Busco wrote:
If you guys think that having initially the list empty is better we could
make it configurable like proposed by Adrian. But I suggest to have a GLOBAL
property to control this so that we have all the UI on an installation
consistent.