mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Add settings for combined board
This commit is contained in:
parent
a9334cec95
commit
264c6f0e74
6 changed files with 82 additions and 2 deletions
|
|
@ -205,6 +205,12 @@ class boardAdminView extends board {
|
|||
ModuleHandler::triggerCall('module.dispAdditionSetup', 'after', $content);
|
||||
Context::set('setup_content', $content);
|
||||
|
||||
// Get the list of boards to combine.
|
||||
$args = new stdClass;
|
||||
$args->list_count = 1000;
|
||||
$output = executeQueryArray('board.getBoardList', $args, ['module_srl', 'mid', 'browser_title']);
|
||||
Context::set('board_list', $output->data);
|
||||
|
||||
// setup the template file
|
||||
$this->setTemplateFile('addition_setup');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue