Skip to content

Commit c04823c

Browse files
committed
svySecurity v.1.4.1 for Servoy 2020.09
1 parent 140a861 commit c04823c

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

svySecurity/rootmetadata.obj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fileVersion:49,
1+
fileVersion:52,
22
mustAuthenticate:false,
33
name:"svySecurity",
44
solutionType:1,

svySecurity/solution_settings.obj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ firstFormID:"-1",
22
modulesNames:"svyProperties",
33
onOpenMethodID:"992E7657-A8B9-487B-9CDB-6753665D62BB",
44
typeid:43,
5-
uuid:"9A21ED4A-2CC5-499F-AFA5-6858AF19118E"
5+
uuid:"9A21ED4A-2CC5-499F-AFA5-6858AF19118E",
6+
version:"1.4.1"

svySecurity/svySecurity.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
*
55
*/
66

7-
/**
8-
* @private
9-
* @type {String}
10-
*
11-
* @properties={typeid:35,uuid:"7BA2289C-A59D-4F51-9D13-8DE45506D750"}
12-
*/
13-
var SVY_SECURITY_VERSION = '1.4.0';
14-
157
/**
168
* @protected
179
* @type {String}
@@ -2762,7 +2754,7 @@ function addActiveSessionSearchCriteria(qbSelect) {
27622754
* @properties={typeid:24,uuid:"D9AFB31E-2B51-43A7-98AC-29F3D12BB22E"}
27632755
*/
27642756
function getVersion() {
2765-
return SVY_SECURITY_VERSION;
2757+
return application.getVersionInfo()['svySecurity'];
27662758
}
27672759

27682760
/**

0 commit comments

Comments
 (0)