Replace GWT/Java Validators with Typescript module
Activity
Show:

Sean Flanigan27 June 2018 at 06:19Edited
Do you know if this task is really in progress? Also, is there a JIRA for running the new TypeScript validators for server-side validation? EDIT: I think this JIRA was meant to cover both.
Ready for Release
Details
Details
Assignee
Unassigned
UnassignedReporter

Labels
Tested Version/s
None
Components
Fix versions
Priority

More fields
Time tracking
More fields
Time trackingCreated 29 May 2018 at 23:51
Updated 19 July 2018 at 05:02
Resolved 19 July 2018 at 05:02
In the GWT Validators were ported to the Frontend in Typescript.
To reduce code duplication, we should prepare the Typescript Validators as a module to be built through a separate webpack config and entry to generate a library as JavaScript consumable by Nashorn on the server.
Then replace existing GWT Java Validators and their usage on the server with the Typescript Validators module.