Skip to content

Commit

Permalink
add renderDropdowns desc: according to change reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Nov 7, 2023
1 parent 7fbf353 commit d2396e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/Event/class.xoctEventRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ public function insert(&$tpl, $variable, $value, $block_title = ''): void
}

/**
* Renders the dropdowns, in case the items to display is in a publication usage group.
* If a group has only one item, it renders it as normal that is why tpl is passed as reference.
* @param $tpl ilTemplate
*/
public function renderDropdowns(&$tpl): void
Expand Down

0 comments on commit d2396e9

Please sign in to comment.