rez_core 2.2.145 → 2.2.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "2.2.145",
3
+ "version": "2.2.146",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -418,7 +418,7 @@ export class TaskService extends EntityServiceImpl {
418
418
 
419
419
  const notePayload = {
420
420
  note_title: reason ? reason.name : entity.reason_code,
421
- description: entity.remark,
421
+ note: entity.remark,
422
422
  is_system: true,
423
423
  mapped_entity_type: 'LEAD',
424
424
  entity_type: 'LNO',