PMCORE-3345 [25658] Batch Routing, Enabling the consolidated property in task provokes errors after saving.
This commit is contained in:
@@ -80,7 +80,11 @@ class OutputDocumentTest extends TestCase
|
||||
$properties['margins']['right'] = 15;
|
||||
$properties['margins']['top'] = 15;
|
||||
$properties['margins']['bottom'] = 15;
|
||||
$properties['pdfSecurity'] = true;
|
||||
$properties['pdfSecurity'] = [
|
||||
'openPassword' => true,
|
||||
'ownerPassword' => true,
|
||||
'permissions' => 'r'
|
||||
];
|
||||
// Call output document
|
||||
$outputDocument = new OutputDocument();
|
||||
$outputDocument->generateTcpdf(
|
||||
|
||||
Reference in New Issue
Block a user