lib/ui5/controller/BreederList.controller.js in fiveapples-0.0.2 vs lib/ui5/controller/BreederList.controller.js in fiveapples-0.0.3
- old
+ new
@@ -51,10 +51,10 @@
);
oDeleteDialog.open();
},
onSelectionChange: function (evt) {
var oTable = this.getView().byId("breeder_table");
- var iIndex = oTable.getSelectedIndex();
+ var iIndex = oTable.getSelectedIndex();
var oCtxt = oTable.getContextByIndex(iIndex);
var sToPageId = oCtxt.getProperty("id") ;
var oRouter = sap.ui.core.UIComponent.getRouterFor(this);