Skip to content
Snippets Groups Projects
Commit 5e8152a3 authored by Jared Hancock's avatar Jared Hancock
Browse files

filter: Fix crash setting priority via filter

parent 0cec8f4e
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ class FA_AssignPriority extends TriggerAction {
function apply(&$ticket, array $info) {
$config = $this->getConfiguration();
if ($config['priority'])
$ticket['priority_id'] = $config['priority']->getId();
$ticket['priorityId'] = $config['priority'];
}
function getConfigurationOptions() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment