BUG 7536 "Problem with moving a file from one folder to another folder
in the ProcessMaker DMS" SOLVED -In version 2.031 and 2.0.32rc5, there is a function to allow you to move or copy a document from one folder to another, but it does not work. On move function you can add text to the combobox that shows where you would like to move a document. -Solved, The final user cant add any kind of text to the combo box that shows where you would like to move a document.
This commit is contained in:
@@ -941,6 +941,7 @@ function copyMoveAction($type)
|
||||
$itemField["triggerAction"] = "all";
|
||||
$itemField["store"] = $folderResult;
|
||||
$itemField["valueField"] = "FOLDER_UID";
|
||||
$itemField["editable"] = false;
|
||||
$itemField["displayField"] = "FOLDER_NAME";
|
||||
$itemField["selectOnFocus"] = true;
|
||||
$itemField["tpl"] = '<tpl for="."><div ext:qtip="{field2}" class="x-combo-list-item">{field2}</div></tpl>';
|
||||
|
||||
Reference in New Issue
Block a user