Disabled osticket_needs_attention()
* The flag has been repurposed in osTicket
This commit is contained in:
parent
aec3e8208c
commit
4206afe0c3
1 changed files with 3 additions and 1 deletions
|
|
@ -400,7 +400,9 @@ def osticket_get_ticket_name(ticket_id):
|
||||||
ost_db['Errors'] = True
|
ost_db['Errors'] = True
|
||||||
|
|
||||||
def osticket_needs_attention(ticket_id):
|
def osticket_needs_attention(ticket_id):
|
||||||
"""Marks the ticket as "NEEDS ATTENTION" in osTicket."""
|
"""[DISABLED] Marks the ticket as "NEEDS ATTENTION" in osTicket."""
|
||||||
|
return # This function has been DISABLED due to a repurposing of that flag
|
||||||
|
|
||||||
if not ticket_id:
|
if not ticket_id:
|
||||||
raise GenericError
|
raise GenericError
|
||||||
if not ost_db['Cursor']:
|
if not ost_db['Cursor']:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue