Skip to content

Commit 56ad2e2

Browse files
committed
svyProperties v.1.0.1 for Servoy 2020.09
1 parent c04823c commit 56ad2e2

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

svyProperties/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:"svyProperties",
44
solutionType:2,
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
modulesNames:"svyUtils",
22
typeid:43,
3-
uuid:"E489D164-3AF5-4528-80BB-AC27DB75B266"
3+
uuid:"E489D164-3AF5-4528-80BB-AC27DB75B266",
4+
version:"1.0.1"

svyProperties/svyProperties.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:"D159D5CE-6748-4DBC-AC25-523B8475FBCD"}
6-
*/
7-
var SVY_PROPERTIES_VERSION = '1.0.1';
8-
91
/**
102
* @private
113
* @type {Number}
@@ -865,7 +857,7 @@ function textLengthIsValid(text, maxLength) {
865857
* @properties={typeid:24,uuid:"DC6A8292-F403-4E21-870D-C58F29517C7D"}
866858
*/
867859
function getVersion() {
868-
return SVY_PROPERTIES_VERSION;
860+
return application.getVersionInfo()['svyProperties'];
869861
}
870862

871863
/**

0 commit comments

Comments
 (0)