Skip to content

add idsetter to flow#4057

Open
noodlemoodle wants to merge 1 commit intodevelopmentfrom
flow-id
Open

add idsetter to flow#4057
noodlemoodle wants to merge 1 commit intodevelopmentfrom
flow-id

Conversation

@noodlemoodle
Copy link
Copy Markdown
Collaborator

No description provided.

@noodlemoodle noodlemoodle requested a review from kgrgreer June 20, 2025 17:45

// if name changed then use subjectUser, otherwise use original createdBy user if it exists
var userName = "";
if ( old != null && name_ != old.name_ )
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm ... email and userName ... I question this. UserName could be anything and can change, Email also can change and is private. Is the user.id a valid choice instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants