Skip to content

Commit d01c8bb

Browse files
committed
svySecurityUX v.1.4.1 for Servoy 2020.09
1 parent 15eab82 commit d01c8bb

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

svySecurityUX/rootmetadata.obj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fileVersion:51,
1+
fileVersion:52,
22
mustAuthenticate:false,
33
name:"svySecurityUX",
44
solutionType:2048,
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
modulesNames:"svySecurity,svyNavigation",
22
styleSheetID:"FE91C443-2350-4E48-96CF-02D8E5E6493A",
33
typeid:43,
4-
uuid:"7F56CE88-5C97-4BE8-9834-475499220D76"
4+
uuid:"7F56CE88-5C97-4BE8-9834-475499220D76",
5+
version:"1.4.1"

svySecurityUX/svySecurityUX.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @private
3-
* @type {String}
4-
*
5-
* @properties={typeid:35,uuid:"C58A8189-3755-4D5C-B0B6-7543797507E4"}
6-
*/
7-
var SVY_SECURITY_UX_VERSION = '1.3.1';
8-
91
/**
102
* @protected
113
* @type {String}
@@ -126,5 +118,5 @@ function triggerAfterUserCreate(userName, tenantName) {
126118
* @properties={typeid:24,uuid:"6770927E-4C75-416D-B83E-1399931F78A6"}
127119
*/
128120
function getVersion() {
129-
return SVY_SECURITY_UX_VERSION;
121+
return application.getVersionInfo()['svySecurityUX'];
130122
}

0 commit comments

Comments
 (0)