We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I am using the latest version of this library (0.10.8), however I am getting an error when trying to load a project template:
Undefined property: Asana\Client::$projecttemplates
My code is quite simple:
$client->projecttemplates->getProjectTemplate('xxxxxxxxxxx')
It doesn't look like project template support was fully added in the latest update?
The text was updated successfully, but these errors were encountered:
we've also encountered with same problem.
Fortunately, there is a workaround:
new ProjectTemplatesBase($client);
Then all announced operations are available on the ProjectTemplatesBase instance
ProjectTemplatesBase
Sorry, something went wrong.
Added project_templates property to Client #91
No branches or pull requests
Hi there,
I am using the latest version of this library (0.10.8), however I am getting an error when trying to load a project template:
Undefined property: Asana\Client::$projecttemplates
My code is quite simple:
$client->projecttemplates->getProjectTemplate('xxxxxxxxxxx')
It doesn't look like project template support was fully added in the latest update?
The text was updated successfully, but these errors were encountered: