Actions
Defect #1335
closedBulk operation transform empty string to integer
Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
Bulk operations
Target version:
Start date:
10/23/2018
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Please check every place that transform string to integer eq. firstname counter and etc. Because when generator parse empty string it will be throw exception. When is is string null everything works well.
Affected version: <9.2.2-SNAPSHOT
Updated by Ondřej Kopr about 6 years ago
- Subject changed from Exception during empty string to Bulk operation transform empty string to integer
Updated by Ondřej Kopr about 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 90
I add check for empty strings. Tests are included. Please Vitek could you make a review? Thank you.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/6d8622acff0940d31da556978a0617ecb3c125e3 (develop)
fix imports: https://github.com/bcvsolutions/CzechIdMng/commit/e0def69bf4ec11acf0f45d526af873c8a164a595
Updated by Vít Švanda about 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 90 to 100
I did review and test. Nice job.
Actions