Changeset 1325


Ignore:
Timestamp:
Dec 24, 2010, 12:53:23 PM (13 years ago)
Author:
robert@…
Message:

Resolved bug in searching publications due to wizard refactoring. See #212

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/publication/add.gsp

    r959 r1325  
    2929 <body>
    3030   <p>
    31      Search for a publication on pubmed. You can search on a part of the title or authors.
     31     Search for a publication on pubmed. You can search on a part of the title or authors or type in a Pubmed ID.
    3232   </p>
    3333   <g:form action="createFromPubmed">
  • trunk/web-app/js/publication-chooser.pubmed.js

    r1295 r1325  
    11function _createURL( utility, params ) {
    2         return baseUrl + "/wizard/entrezProxy?_utility=" + utility + "&" + params;
     2        return baseUrl + "/studyWizard/entrezProxy?_utility=" + utility + "&" + params;
    33}
    44sourcePubMed = function( chooserObject, searchterm, response ) {
Note: See TracChangeset for help on using the changeset viewer.