tuain-form-manager 1.4.20 → 1.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/form-manager.js +1 -3
- package/package.json +1 -1
package/lib/form-manager.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable import/no-dynamic-require */
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
const crypto = require('crypto');
|
|
4
4
|
const path = require('path');
|
|
5
5
|
const modErrs = require('./module-errors');
|
|
@@ -175,8 +175,6 @@ class FormManager {
|
|
|
175
175
|
errorObj = this.errMgr.get(modErrs.formActionExec.sessionNotFound, message);
|
|
176
176
|
return [errorObj, null];
|
|
177
177
|
}
|
|
178
|
-
console.log('Se requiere sesión y si se tiene, sessionDetail:...');
|
|
179
|
-
console.log(sessionDetail);
|
|
180
178
|
}
|
|
181
179
|
const formCustomObject = new FormClass(this.logger, this.errMgr, requestContext, formDefinition, requestData);
|
|
182
180
|
if (!formCustomObject) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tuain-form-manager",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.21",
|
|
4
4
|
"description": "Component library to perform operations on Tuain Development Framework forms to interchange information on web or mobile applications based on the data interchange of abstract forms making trnasformation on the data upon actions required on both sides (front and back)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|