Merge branch 'sprint/215_tianshujie_25128' into 'master'

Sprint/215 tianshujie 25128

See merge request easycorp/zentaopms!4483
This commit is contained in:
王怡栋
2022-07-12 09:21:23 +00:00
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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)