You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
raiseRuntimeError,"Please use Queue instead of QueueID"
end
ifopts.has_key?("StateID")
raiseRuntimeError,"Please use State instead of StateID"
end
ifopts.has_key?("PriorityID")
raiseRuntimeError,"Please use Priority instead of PriorityID"
end
ifopts.has_key?("TypeID")
raiseRuntimeError,"Please use Type instead of TypeID"
end
end
I currently removed the lines in my own fork. However, I was wondering for what reason they where added in the first place. Was this just preference or was there some technical reason?
I'd like to use QueueID attribute for setting the queue. When I tried this I got back the error:
This seems to be blocked by ottick in the lines:
ottick/lib/ottick/ticket.rb
Lines 296 to 309 in 1a16ddb
I currently removed the lines in my own fork. However, I was wondering for what reason they where added in the first place. Was this just preference or was there some technical reason?