Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapoor committed Jun 20, 2014
2 parents 6bb1279 + 9e6b495 commit 252dc6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ protected void doGet(HttpServletRequest request,
@Override
public void generateJson(String prefix, PrintWriter pw,
VWorkspace vWorkspace) {
UIConfiguration.Instance().loadConfig();
pw.println("{");
pw.println("\"updateType\": \"UISettings\", ");
pw.println("\"settings\": {");
Expand Down
2 changes: 1 addition & 1 deletion karma-web/src/main/webapp/js/semanticTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ var SetSemanticTypeDialog = (function() {
$(rowToChange).data("ResourceType", "Class").data("FullType",uri).data("DisplayLabel",properCasedKey);
displayLabel = $(rowToChange).data("DisplayLabel");
} else {
$(rowToChange).data("DomainUri",uri).data("DomainId", foundObj.uri).data("DisplayDomainLabel",properCasedKey);
$(rowToChange).data("DomainUri",uri).data("DomainId", classData.id).data("DisplayDomainLabel",properCasedKey);
displayLabel = "<span class='italic'>" + propertyOld + "</span> of " + $(rowToChange).data("DisplayDomainLabel");
}
}
Expand Down
2 changes: 1 addition & 1 deletion karma-web/src/main/webapp/version.jsp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.018
v2.019

0 comments on commit 252dc6e

Please sign in to comment.