Home
last modified time | relevance | path

Searched refs:workspace_filter (Results 1 – 1 of 1) sorted by relevance

/plugin/asana/remote/
H A DAPILink.php43 var $workspace_filter = array(); variable in remote_plugin_asana_APILink
119 $this->workspace_filter['name']= $work_key;
120 $this->workspace_filter['id']=$work_value;
124 if(!empty($this->workspace_filter)){
125 $this->projects = $this->workspace_projects($this->workspace_filter['id']);
126 $this->assignees = $this->workspace_users($this->workspace_filter['id']);
127 $this->tags = $this->workspace_tags($this->workspace_filter['id']);
139 if(empty($this->workspace_filter)){
145 $text = $text . "<h2>". $this->workspace_filter['name'] . "</h2><br/>";
346 $this->assignees = $this->workspace_users($this->workspace_filter['id']);
[all …]