Project

General

Profile

« Previous | Next » 

Revision 35752

Use id to check whether the user and researcher of the request are the same

View differences:

modules/uoa-goldoa-portal/trunk/src/main/java/eu/dnetlib/client/fundingrequest/newrequest/researcherstep/ResearcherStepWidget.java
186 186

  
187 187
            Person researcher = fundingWizardState.getResearcher();
188 188
            String userId = fundingWizardState.getRequest().getUser();
189
            if(researcher.getEmail().trim().equals(userId)) {
189
            if(researcher.getId().equals(userId)) {
190 190

  
191 191
                noRadio.setValue(true, true);
192 192

  

Also available in: Unified diff