File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/Resources/public/js/config Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ pimcore.plugin.cmf.rule.conditions.CountActivities = Class.create(pimcore.plugin
221221 xtype : "numberfield" ,
222222 name : "count" ,
223223 width : 90 ,
224- value : this . options . count
224+ value : this . options . count ,
225+ minValue : 0
225226 }
226227 ]
227228 }
@@ -452,7 +453,8 @@ pimcore.plugin.cmf.rule.conditions.CountTrackedSegment = Class.create(pimcore.pl
452453 //xtype: "numberfield",
453454 name : "count" ,
454455 width : 90 ,
455- value : this . options . count
456+ value : this . options . count ,
457+ minValue : 0
456458 } ) ;
457459
458460 return [
@@ -531,7 +533,8 @@ pimcore.plugin.cmf.rule.conditions.CountTargetGroupWeight = Class.create(pimcore
531533 xtype : "numberfield" ,
532534 name : "count" ,
533535 width : 90 ,
534- value : this . options . count
536+ value : this . options . count ,
537+ minValue : 0
535538 }
536539 ]
537540 } ,
You can’t perform that action at this time.
0 commit comments