1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02: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; return $cnt;
} }
public function GridDeleteTrigger($posted)
{
$this->ListDeleteTrigger($posted);
}
/** /**
* Catch delete submit * Catch delete submit
* @param $posted * @param $posted