Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default owner change to Unchanged #5

Open
wants to merge 1 commit into
base: 4.0-trunk
Choose a base branch
from

Conversation

colbyprior
Copy link

Hi,

I was having an issue where I wanted tickets to be assigned to the currently logged in user on correspond however whenever the owner was assigned they would then get un-assigned.

My problem was because the correspond triggered the scrip then an owner change was triggered afterwards because the Update.html page was always assigning owner to $Ticket->Owner instead of remaining unchanged.

If the value is set to '' then the owner is set to "Unchanged" however when it is set to $Ticket->Owner explicitly and it always takes precedence over the other options and always performs an owner update even when not warranted like in my case.

My thread on the forums is here. Thanks for any help.
https://forum.bestpractical.com/t/scrip-action-triggers-before-ownership-change/33422

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.

1 participant