Defect #1241
closedBulk action fails if "Identifiers" field contains more than 255 characters (IdmLongRunningTask taskDescription has 255 length)
100%
Description
Please update the length of this value to DESCRIPTION = 2000.
This attribute uses bulk actions - please add some check before filling this value.
Updated by Ondřej Kopr over 6 years ago
- Subject changed from taskDescription has 255 length to IdmLongRunningTask taskDescription has 255 length
Updated by Alena Peterová over 6 years ago
- Tracker changed from Task to Defect
- Subject changed from IdmLongRunningTask taskDescription has 255 length to Bulk action fails if "Identifiers" field contains more than 255 characters (IdmLongRunningTask taskDescription has 255 length)
Updated by Ondřej Kopr over 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
I finally solve the problem with description longer than 2000 characters.
Documentation: https://wiki.czechidm.com/devel/documentation/bulk_actions
commit: https://github.com/bcvsolutions/CzechIdMng/commit/dd30e0c0b86d218c063205b56d9ebd43a77a0ca1(develop)
test are included.
Sorry for longer resolving the ticket, Please Radek could you make a review? Please check flyway script for postgres, I tested mssql.
Updated by Radek Tomiška over 6 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
I did test and review, it works and code looks nice, thx!
Note: Task description is dynamically generated by bulk actions only, but some task configuration i xml could be longer too, so it's ok, it's implemented in save method i think.