mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°1852 Fix loss of inline images and attachments when user has been logged off
This commit is contained in:
@@ -50,7 +50,7 @@ class BsFileUploadFieldRenderer extends FieldRenderer
|
||||
$sObjectClass = get_class($this->oField->GetObject());
|
||||
$sIsDeleteAllowed = ($this->oField->GetAllowDelete() && !$this->oField->GetReadOnly()) ? 'true' : 'false';
|
||||
$sDeleteBtn = Dict::S('Portal:Button:Delete');
|
||||
$sTempId = session_id() . '_' . $this->oField->GetTransactionId();
|
||||
$sTempId = utils::GetUploadTempId($this->oField->GetTransactionId());
|
||||
$sUploadDropZoneLabel = Dict::S('Portal:Attachments:DropZone:Message');
|
||||
|
||||
// Starting field container
|
||||
|
||||
Reference in New Issue
Block a user