docs: Add dedicated documentation section for import/export
Signed-off-by: Julius Härtl <jus@bitgrid.net> docs: Update import docs Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -184,7 +184,7 @@ class BoardImportCommandService extends BoardImportService {
|
||||
foreach ($boards as $board) {
|
||||
$this->reset();
|
||||
$this->setData($board);
|
||||
$this->getOutput()->writeln('Importing board...');
|
||||
$this->getOutput()->writeln('Importing board "' . $this->getBoard()->getTitle() . '".');
|
||||
$this->importBoard();
|
||||
$this->getOutput()->writeln('Assign users to board...');
|
||||
$this->importAcl();
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (c) 2021 Vitor Mattos <vitor@php.rio>
|
||||
* @copyright Copyright (c) 2023 Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @author Vitor Mattos <vitor@php.rio>
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user