Skip to content

Commit 271e75b

Browse files
authored
Usage of deprecated method in License.Code.LicenseGenerator produces logs #218 #219
1 parent 86f01b5 commit 271e75b

File tree

1 file changed

+1
-1
lines changed
  • application-licensing-manager/application-licensing-manager-ui/src/main/resources/License/Code

1 file changed

+1
-1
lines changed

application-licensing-manager/application-licensing-manager-ui/src/main/resources/License/Code/LicenseGenerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#stop
6060
#end
6161
## Allow for custom expiration date, which is needed when extending an existing license.
62-
#set ($licenseDetails.expirationDate = $datetool.toDate($mathtool.toNumber($request.expirationDate)))
62+
#set ($licenseDetails.expirationDate = $datetool.toDate($numbertool.toNumber($request.expirationDate)))
6363
#addLicenseDetails($licenseDetails true $license)
6464
#if ("$!license" == '')
6565
#set ($discard = $response.setStatus(500))

0 commit comments

Comments
 (0)