mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix unique id of folder chooser
This commit is contained in:
parent
1c5977fca5
commit
33fe05fc6e
|
@ -453,7 +453,7 @@ $(document).ready( function() {
|
|||
$folderid = $task->getParameter()[$param['name']];
|
||||
$this->formField(
|
||||
getMLText('task_'.$task->getExtension()."_".$task->getTask()."_".$param['name']),
|
||||
$this->getFolderChooserHtml("form".$extname.$confkey, M_READ, -1, $folderid ? $dms->getFolder($folderid) : 0, 'params['.$param['name']."]")
|
||||
$this->getFolderChooserHtml("form".$task->getExtension().$taskid, M_READ, -1, $folderid ? $dms->getFolder($folderid) : 0, 'params['.$param['name']."]")
|
||||
);
|
||||
break;
|
||||
case "users":
|
||||
|
|
Loading…
Reference in New Issue
Block a user