Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Summer 5
Description
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distribution link that provides the same functionality. For this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js
with
https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js
seems to solve the issue.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-1765 [ 17855 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Summary | Fix IGB install button | Fix downloads page install button in bioviz.org |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Karthik Raveendran [ karthik ] | Ann Loraine [ aloraine ] |
| Description |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distrubution link that provides the same functionality. In this task , replacing the following link: https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js
with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distrubution link that provides the same functionality. In this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Assignee | Ann Loraine [ aloraine ] | Karthik Raveendran [ karthik ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Assignee | Karthik Raveendran [ karthik ] | Ann Loraine [ aloraine ] |
| Description |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distrubution link that provides the same functionality. In this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distribution link that provides the same functionality. In this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
| Description |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distribution link that provides the same functionality. In this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
The install button in the bioviz downloads page does not seem to appear. The console logd shows an error saying that "UAParser is undefined". Initial inspection revealed that the distribution link for ua-parser-js library is broken. Fortunately, there is a npm distribution link that provides the same functionality. For this task , replacing the following link:
https://cdn.jsdelivr.net/gh/faisalman/ua-parser-js/src/ua-parser.js with https://cdn.jsdelivr.net/npm/ua-parser-js/dist/ua-parser.min.js seems to solve the issue. |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Assignee | Ann Loraine [ aloraine ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Status | Post-merge Testing In Progress [ 10003 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Changes implemented. See commit