
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.4.x Status: |
Resolved
|
| 2.5.x Status: |
None
|
| 2.6.x Status: |
None
|
|
the URL to Google Scholar needs to contain a 'linkurl_id' parameter to lookup site-specific labels for import links.
Our code is currently generating: &linkurl_id=sakai.ctools.umich.edu (inserting a 'sakai.' in front of the configured server id)
It should be generating: &linkurl_id=ctools.umich.edu (no 'sakai.' in front of the configured server id)
Because of this discrepancy, citations cannot be imported from Google Scholar through the Citations Helper.
Simply removing the 'sakai.' string in the code should remedy this issue.
|
|
Description
|
the URL to Google Scholar needs to contain a 'linkurl_id' parameter to lookup site-specific labels for import links.
Our code is currently generating: &linkurl_id=sakai.ctools.umich.edu (inserting a 'sakai.' in front of the configured server id)
It should be generating: &linkurl_id=ctools.umich.edu (no 'sakai.' in front of the configured server id)
Because of this discrepancy, citations cannot be imported from Google Scholar through the Citations Helper.
Simply removing the 'sakai.' string in the code should remedy this issue. |
Show » |
|
Launching and importing from a Google Scholar search from within the Citations Helper is back in order.