Add application-specific actions to kanban cards

This commit is contained in:
nathangray 2021-03-23 16:30:39 -06:00
parent e3a1d1b338
commit 723e776b9d

View File

@ -1073,7 +1073,7 @@ class infolog_ui
* @param array $query
* @return array see nextmatch_widget::get_actions()
*/
private function get_actions(array $query)
public function get_actions(array $query = [])
{
for($i = 0; $i <= 100; $i += 10)
{