* [bug#53260,done,0.5h] After clearing the charter, the product's change event should not be triggered.
This commit is contained in:
@@ -288,7 +288,7 @@ class productsBox extends wg
|
||||
setClass('grow'),
|
||||
picker
|
||||
(
|
||||
$type == 'plan' ? bind::change('loadBranches(event)') : setData(array('on' => 'change', 'call' => 'loadBranches', 'params' => 'event')),
|
||||
setData(array('on' => 'change', 'call' => 'loadBranches', 'params' => 'event')),
|
||||
set::name("products[$i]"),
|
||||
set::value($product->id),
|
||||
set::items($productItems),
|
||||
|
||||
Reference in New Issue
Block a user