Actions
Task #169
closedFE - form validations
Start date:
10/21/2016
Due date:
% Done:
100%
Estimated time:
8.00 h
Owner:
Description
Please add input lenght form validations (min, max) to all frontend forms (core, acc module).
Updated by Ondřej Kopr about 8 years ago
Form validation has been added to these forms:
- acc/RoleSystem
- acc/SystemAccount
- acc/SystemDetail
- acc/SystemEntities
- core/NotificationDetail
- core/IdentityDetail
- core/RoleDetail
- core/RoleCatalogueDetail
- core/NodeDetail
- core/TypeDetail (tree)
Updated by Ondřej Kopr about 8 years ago
- % Done changed from 0 to 90
After discussion are implemented two new property for textField and textArea - min and max characters in string. Validation is realized by Joi.
Please do code review, special please look to constructor in textField and textArea and check logic merge Joi objects. Thank you.
Updated by Ondřej Kopr about 8 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Ondřej Kopr about 8 years ago
Solution can be found on branch: https://github.com/bcvsolutions/CzechIdMng/tree/okopr/%23167-role-catalogue
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 70
Updated by Ondřej Kopr about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 70 to 90
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
It works, thx.
Actions