This commit is contained in:
liumengyi
2021-11-22 10:26:45 +08:00
parent 11f2c39369
commit 3836941efd

View File

@@ -949,6 +949,11 @@ class bug extends control
*/
public function batchEdit($productID = 0, $branch = 0)
{
if($this->app->tab == 'product')
{
$this->product->setMenu($productID);
}
if($this->post->titles)
{
$allChanges = $this->bug->batchUpdate();