-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
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
Toggl Plan is missing from integrations page but the integration is on by default #1784
Comments
I've been researching into this extensively, trying the plan.toggl.com permissions thingie and I realized that maybe it is not really possible to handle it as easily. The main issue is the fact that we are currently showing in the list everything except I've discussed this a bit with @shantanuraj and he advised me not to change the urls in the manifests, because any changes in the manifest causes more thorough check by the stores. So we considered the option to expand the Plan's item on However, this can't be done. The problem is that if we are requesting the browser to add an origin that is already covered by another origin, it will not be added to the list of origins. I've tried
and when I later check the list with
(note the That being said, the problem with So, in the end, I think that permissions in the manifest need to be changed after all. Especially now after rebranding, since the permission should not state |
Well since we are are in the post-rebrand era and we already have the themed builds out, I'm willing to take a chance with a longer review by altering the manifest Do you know what's the final verdict on the API and supporting v8 on the new domains, I saw that it might not be the case but in my test I can see the v8 API is accessible over track.toggl.com and is probably being used by button atm ps. We'd need access to just |
Relevant integration (if any):
Toggl Plan
🐛 Describe the bug
The integration is missing from integrations list, but it's on by default.
Expected behaviour
User should be able to enable/disable it, even if we decide to have it on by default.
Steps to reproduce
Steps to reproduce the behaviour:
Other details or context
Slack
The text was updated successfully, but these errors were encountered: