1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Fixes #5177 Deletion issue in grid mode.

This commit is contained in:
camer0n 2024-02-05 13:59:52 -08:00
parent bbf00ae8ba
commit 004da27010

View File

@ -6217,6 +6217,12 @@ class e_admin_ui extends e_admin_controller_ui
return $cnt;
}
public function GridDeleteTrigger($posted)
{
$this->ListDeleteTrigger($posted);
}
/**
* Catch delete submit
* @param $posted