/**
* Returns value of is private flag inehrited from parent task list
*
* @param void
* @return boolean
*/
function isPrivate() {
$parent_list = $this->getTaskList();
return $parent_list instanceof ProjectTaskList ? $parent_list->isPrivate() : true;
} // isPrivateIf you have something important to say about the issues discussed in this post please write at hi@a51dev.com.
So i use a different browser and log in with the client account ive created: while I cannot see the private tasklist in "Tasks" I DO see the items that have been added to the private tasklist in the clients dashboard: which really defeats the purpose of having them private.
I assume this is a bug, and if correct one everyone should be aware of: could be rather embarassing.
Thanks and keep up the great work!