Actions
Defect #755
closedAttribute with sendAlways isn't sent
Start date:
10/12/2017
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Use case:
project has mapping for attribute UID (sendAlways) this attribute is dynamicaly calculate (see script), UID attribute isn't mapped to any existing attribute. And after change user username isn't this attribute sent to system.
script for calculate uid:
def isInternal = !contract.isExterne(); def modif = ""; if (isInternal) modif = "_internist" return entity.getUsername() + modif;
Files
Updated by Vít Švanda about 7 years ago
- Status changed from New to Closed
- Target version set to Emerald (7.5.0)
- % Done changed from 0 to 100
Problem is not in product, but in implementation.
After researching implementation, we discovered wrong setting schema attribute (uid), where was unchecked "can update".
Actions