Skip to content

Commit

Permalink
Wrong property list displayed Property Tab is clicked
Browse files Browse the repository at this point in the history
close #153
  • Loading branch information
csKyou committed Jan 30, 2019
1 parent 5ba7f32 commit 3435b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/templates/en/schemaManagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//enable display if properties are present
$('#PropertyViewBody').show();
var entityTypeNames = uEntityTypeOperations.fetchEntityTypes(sessionStorage.selectedCollectionURL);
uEntityTypeOperations.updatePropertyView(entityTypeNames[0]);
uEntityTypeOperations.updatePropertyView(entityTypeNames[sessionStorage.selectedEntityTypeCount]);
}else{
document.getElementById("PropertyViewEmptyBody").style.display = "block";
}
Expand Down

0 comments on commit 3435b6d

Please sign in to comment.