Skip to content

Commit

Permalink
removed the version dependency in the code since this version is tagg…
Browse files Browse the repository at this point in the history
…ed to require 18.10
  • Loading branch information
Stephan Wald committed Jul 8, 2018
1 parent 499cc28 commit 74ddcba
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions BBjGridExWidget.bbj
Expand Up @@ -623,13 +623,7 @@ class public BBjGridExWidget extends BBjWidget
#TREE! = null()
#URL$=""
#SelectedRowsMap!.clear()

if com.basiscomponents.VersionInfo.getComponentsBuildTimeMillis() > 1529907740051 then
data$=#RS!.toJson(BBjAPI.TRUE,"__ROW_INDEX")
else
data$=#RS!.toJson(BBjAPI.TRUE)
fi

data$=#RS!.toJson(BBjAPI.TRUE,"__ROW_INDEX")
#executeScript("gw_setRowsData(" + data$+ ")")
methodend
rem /**
Expand Down Expand Up @@ -1666,12 +1660,7 @@ class public BBjGridExWidget extends BBjWidget
gson! = new Gson()

if (#RS! <> null()) then
if com.basiscomponents.VersionInfo.getComponentsBuildTimeMillis() > 1529907740051 then
data$=#RS!.toJson(BBjAPI.TRUE,"__ROW_INDEX")
else
data$=#RS!.toJson(BBjAPI.TRUE)
fi

data$=#RS!.toJson(BBjAPI.TRUE,"__ROW_INDEX")
cdef!= #getAgGridColumnDefinition(0)
else
if (#TREE! <> null()) then
Expand Down Expand Up @@ -1772,10 +1761,6 @@ class public BBjGridExWidget extends BBjWidget
FI
FI

if com.basiscomponents.VersionInfo.getComponentsBuildTimeMillis() > 1529907740051 AND cd! <> null() then
rem this probably needs to be removed again, just showing for demonstration purpose
cd!.setFieldValue("__ROW_INDEX","")
fi

cdef! = new JsonArray()
first=1
Expand Down

0 comments on commit 74ddcba

Please sign in to comment.