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:
Julius Härtl
2023-07-19 09:49:30 +02:00
parent 748f8bee3f
commit 890893f9e3
4 changed files with 103 additions and 5 deletions

View File

@@ -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();