mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
Filter: add space before * for a modified filter #PL-5080
This commit is contained in:
parent
8ba14f7e54
commit
a69b9d37bf
@ -71,7 +71,7 @@ public class FilterDelegateImpl implements FilterDelegate {
|
||||
protected static final String CONDITIONS_LOCATION_TOP = "top";
|
||||
|
||||
protected static final Log log = LogFactory.getLog(FilterDelegateImpl.class);
|
||||
public static final String MODIFIED_INDICATOR_SYMBOL = "*";
|
||||
public static final String MODIFIED_INDICATOR_SYMBOL = " *";
|
||||
|
||||
@Inject
|
||||
protected ComponentsFactory componentsFactory;
|
||||
|
Loading…
Reference in New Issue
Block a user