cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

Auth/public/js/form.socialprofiles.js displays wrong profile data #199

Closed fedys closed 8 years ago

fedys commented 8 years ago

socialprofiles.js sends wrong data to http://yawik.local/en/applications/null?action=social-profile&network={network} for subsequent clicks on "view profile data" links (without reloading the page).

Possible solutions: replace bootstrap's $modal remote option (deprecated since v3.3.0) with regular jQuery $.post() method

fedys commented 8 years ago

Can I fix it?

cbleek commented 8 years ago

Yes, please do so

fedys commented 8 years ago

Fixed in issue-199 branch