diff --git a/WebContent/ui5/Config.controller.js b/WebContent/ui5/Config.controller.js
index 0234bc2..81e71a2 100644
--- a/WebContent/ui5/Config.controller.js
+++ b/WebContent/ui5/Config.controller.js
@@ -27,6 +27,7 @@ return Controller.extend("io.rtdi.bigdata.rulesservice.ui5.Config", {
console.log(post.getProperty("/"));
if (event.getParameter("success")) {
sap.m.MessageToast.show("Saved");
+ model.loadData("../rest/config");
}
});
var json = JSON.stringify(model.getProperty("/"));
@@ -34,7 +35,6 @@ return Controller.extend("io.rtdi.bigdata.rulesservice.ui5.Config", {
"Content-Type": "application/json;charset=utf-8"
}
post.loadData("../rest/config", json, true, "POST", false, true, headers);
- model.loadData("../rest/config");
},
onRefresh : function(event) {
var model = this.getView().getModel();
diff --git a/pom.xml b/pom.xml
index b5f04c4..82757b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
war
UTF-8
- 0.10.0
+ 0.10.1
2.24.1
3.8.0
3.1.8