Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3121b0dc authored by Claude Lusseau's avatar Claude Lusseau
Browse files

Update for gazelle-tools 3.4.0

parent e63f5be0
No related branches found
No related tags found
2 merge requests!65Master into develop,!59Release/3.9.0 Into Master for RELEASE
......@@ -18,9 +18,9 @@ package net.ihe.gazelle.hl7.messageprofiles.view;
import net.ihe.gazelle.common.filter.list.GazelleListDataModel;
import net.ihe.gazelle.hl7.messageprofiles.adapter.MessageProfilesDAO;
import net.ihe.gazelle.hl7.messageprofiles.adapter.MessageProfilesDAOImpl;
import net.ihe.gazelle.hl7.messageprofiles.model.Profile;
import net.ihe.gazelle.hl7.messageprofiles.application.ControllerException;
import net.ihe.gazelle.hl7.messageprofiles.application.HL7Application;
import net.ihe.gazelle.hl7.messageprofiles.model.Profile;
import net.ihe.gazelle.tf.messageprofile.SOAPExceptionException;
import net.ihe.gazelle.tf.ws.Hl7MessageProfile;
import org.apache.axis2.AxisFault;
......@@ -262,7 +262,7 @@ public class HL7MessageProfileManagerView implements Serializable {
public void displayProfilesList() {
this.hl7Application.setSelectedMessageProfileReference(null);
if ((getAllMessageProfilesReferences()== null) || getAllMessageProfilesReferences().getListElements()==null) {
if ((getAllMessageProfilesReferences()== null) || getAllMessageProfilesReferences().getWrappedData()==null) {
getAllMessageProfiles();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment