Storage
This commit is contained in:
parent
355b59b0fd
commit
b95cd933f1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class RenderingRulesStorage {
|
|||
|
||||
|
||||
private RenderingRule createTagValueRootWrapperRule(int tagValueKey, RenderingRule previous) {
|
||||
if (previous.getProperties().length > 2) {
|
||||
if (previous.getProperties().length > 0) {
|
||||
Map<String, String> m = new HashMap<String, String>();
|
||||
m.put("tag", getTagString(tagValueKey));
|
||||
m.put("value", getValueString(tagValueKey));
|
||||
|
|
Loading…
Reference in a new issue