mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
- Get eroles displaying in element list
- Remove unused js file
This commit is contained in:
parent
10f3665853
commit
5fab641aef
@ -48,9 +48,10 @@ class etemplate_widget_projectmanager extends etemplate_widget_transformer
|
|||||||
$pm_widget = new projectmanager_widget();
|
$pm_widget = new projectmanager_widget();
|
||||||
$cell = $this->attrs;
|
$cell = $this->attrs;
|
||||||
$cell['type']=$this->type;
|
$cell['type']=$this->type;
|
||||||
|
$cell['readonly'] = false; // Send not read-only to get full list
|
||||||
$pm_widget->pre_process($form_name, self::get_array(self::$request->content, $form_name),
|
$pm_widget->pre_process($form_name, self::get_array(self::$request->content, $form_name),
|
||||||
$cell,
|
$cell,
|
||||||
$this->attrs['readonly'],
|
$garbage,
|
||||||
$extension,
|
$extension,
|
||||||
$template
|
$template
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user