mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
CSV import: fixed a few issues (restricted to N-N links) + added arguments to the export page, to allow for exporting N-N links
SVN:trunk[1130]
This commit is contained in:
@@ -42,7 +42,7 @@ $currentOrganization = utils::ReadParam('org_id', '');
|
||||
// Main program
|
||||
$sExpression = utils::ReadParam('expression', '');
|
||||
$sFormat = strtolower(utils::ReadParam('format', 'html'));
|
||||
$sFields = utils::ReadParam('fields', ''); // CSV field list
|
||||
$sFields = utils::ReadParam('fields', ''); // CSV field list (allows to specify link set attributes, still not taken into account for XML export)
|
||||
|
||||
$oP = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user