Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Natasa Bulatovic committed Jun 23, 2015
1 parent c747ebc commit 23359d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ public void loadProfiles() {
useMDProfileTemplate = true;
profileItems.add(new SelectItem(defaultMetadataProfile
.getIdString(), defaultMetadataProfile.getTitle()));
profiles.add(defaultMetadataProfile);
}


for (MetadataProfile mdp : profiles) {
if (mdp.getStatements().size() > 0) {
profileTitle = isNullOrEmpty(mdp.getTitle()) ? (mdp
Expand Down

0 comments on commit 23359d0

Please sign in to comment.