Merge branch 'sprint/215_tianshujie_25128' into 'master'
Sprint/215 tianshujie 25128 See merge request easycorp/zentaopms!4483
This commit is contained in:
@@ -1877,11 +1877,11 @@ class kanbanModel extends model
|
||||
* Get can view objects.
|
||||
*
|
||||
* @param string $objectType kanbanspace|kanban
|
||||
* @param string $param noclosed|private|cooperation|public|involved
|
||||
* @param string $param all|noclosed|private|cooperation|public|involved
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getCanViewObjects($objectType = 'kanban', $param = '')
|
||||
public function getCanViewObjects($objectType = 'kanban', $param = 'all')
|
||||
{
|
||||
$table = $this->config->objectTables[$objectType];
|
||||
$objects = $this->dao->select('*')->from($table)
|
||||
|
||||
Reference in New Issue
Block a user