toggl / track-extension

Toggl Track browser extension for Chrome and Firefox
http://toggl.github.io/track-extension
Apache License 2.0
1.11k stars 567 forks source link

TeamWork integration isn't working anymore #978

Open jurgenhaas opened 6 years ago

jurgenhaas commented 6 years ago

Expected behavior

Using the ticket system teamwork.com and in the header of each ticket I saw the toggl link to start/stop tracking until end of last week.

Actual behavior

Starting this week, that link isn't available anymore.

There is no output in the browser console, so it doesn't throw any exceptions, it's just silently failing.

lanekatris commented 6 years ago

I am currently logged in to Teamwork at: https://mhsystem.teamwork.com/#/everything/tasks

This is what Dev Tools is giving me: image

nicktoggl commented 6 years ago

case/660600

nicktoggl commented 6 years ago

case/661151

ricotheque commented 6 years ago

/case/691608

daniel-chenery commented 6 years ago

Having the same problem here :(

Guess it's not as simple as just swapping out textContent for text()? Looks like it's using jQuery

EDIT: Actually, I think the new selector should be .w-header-titles__project-name a

ricotheque commented 6 years ago

/case/712259

/case/660600 has followed up

nicktoggl commented 6 years ago

/718623

mzzovko commented 6 years ago

Just a little bit more info.

If I install extension from Chrome web store, teamwork integration isn't working. But if download the source code, and add extension manually to Chrome (unpacked). It works. I'm not sure how the process of packaging the extension works, but it seems outdated version of teamwork.js on the Chrome webstore.

TheSoloJake commented 3 years ago

@rylek90 @kornelijepetak Wondering if we may be able to close this because of more recent fixes (like #1716 )