Skip to content

Handle negative user id (m2m user) in project.action.update event #12

Open
@vikasrohit

Description

@vikasrohit

Because now we can have negative values in updatedBy field for a project, we have to fix the handling of the project.action.update (and may be same for project.action.create) to support negative user ids. As of now it is throwing following error:

Error happened in processUpdate
Error: User with id: -101 doesn't exist.
at getUserHandle (/legacy-project-processor/src/services/ProcessorService.js:78:11)

fyi @maxceem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions