mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Add application-specific actions to kanban cards
This commit is contained in:
parent
e3a1d1b338
commit
723e776b9d
@ -1073,7 +1073,7 @@ class infolog_ui
|
|||||||
* @param array $query
|
* @param array $query
|
||||||
* @return array see nextmatch_widget::get_actions()
|
* @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)
|
for($i = 0; $i <= 100; $i += 10)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user