pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
297 stars 442 forks source link

on registeration form , interest field wrongly open for ORCID page #6788

Open promedacademy opened 3 years ago

promedacademy commented 3 years ago

I have OJS 3.3.0-3 in the registration form when the field " Reviewing interests" is filled it does not retrieve a list of interest , and on click it wrongly open a new window on ORCID website the HTML section shows the following code: `

            </fieldset>`
asmecher commented 3 years ago

@withanage, could you have a look at this one?

promedacademy commented 3 years ago

@asmecher i search around and find that this is related to tag it plugin support by main theme

withanage commented 3 years ago

@promedacademy , as you mention this is from tag-it plugin , does the issue still persists or can we close this one ?

promedacademy commented 3 years ago

@withanage unfortunately it is still persistent in OJS V 3.3.0-5 when filling interests field from the user registration form the event listener redirect to submit or ORCHID if the plugin is enabled and the script for retrieving the user interest is missing however, when filling the interest field from the edit user profile form , it works well as the script is included this is the script that is missing

promedacademy commented 3 years ago

@asmecher I solved the issue as follow : i deleted the line 89-96 in the file ojs/lib/pkp/templates/frontend/pages/userRegister.tpl now no field for review interest is showing in the registration form , instead users have to add their reviewers interest from their profile t

the entire problem lies here in the following code when using the default theme only , however it is not showing with other themes `

                    </div>`