mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
add stamp / no-stamp to export-by-email and export-by-ftp (#4437)
add default (disabled) stamp settings on new collections add "record_edit" & "image_tools" to conf / export-stamp-choice privilege
This commit is contained in:
@@ -83,7 +83,8 @@ class set_exportftp extends set_export
|
||||
->setFilename($filename)
|
||||
->setFolder($properties['folder'])
|
||||
->setRecordId($file['record_id'])
|
||||
->setSubdef($subdef);
|
||||
->setSubdef($subdef)
|
||||
->setToStamp($file['to_stamp'] !== set_export::NO_STAMP);
|
||||
$export->addElement($element);
|
||||
|
||||
$this->app['orm.em']->persist($element);
|
||||
|
Reference in New Issue
Block a user