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:
marcelo
2013-04-17 13:07:27 -04:00
parent 301e9855d2
commit a476ae8248

View File

@@ -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>';