Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
hgt_soporte
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0f9723fd
authored
2023-05-14 19:36:40 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Se agrega notificaciones de mensajes
1 parent
f9e4204e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
controllers/controller_mensaje.py
controllers/controller_mensaje.py
View file @
0f9723f
...
...
@@ -23,10 +23,11 @@ class controlador_soporte_mensajes(http.Controller):
lista
.
append
(
nvo_mensaje
.
id
)
incidencia
.
si_mensajes
=
lista
incidencia
.
registrar_mensaje
(
nvo_mensaje
)
#
self.NotificarMensajeNuevo(incidencia)
self
.
NotificarMensajeNuevo
(
incidencia
)
return
(
"Exito"
)
def
NotificarMensajeNuevo
(
self
,
incidencia
):
"""Este solo funciona en el server de soporte"""
print
(
"Notificador de incidencia"
)
try
:
notif_push
=
incidencias
.
env
[
'ext.notificador'
]
.
sudo
()
...
...
@@ -41,7 +42,7 @@ class controlador_soporte_mensajes(http.Controller):
def
_NotificarMensajeNuevo
(
self
,
incidencia
,
notif_push
):
uids
=
[]
for
mensaje
in
incidencia
.
si_mensajes
:
print
(
mensaje
.
si_creador
.
id
)
#
print(mensaje.si_creador.id)
if
not
mensaje
.
si_creador
.
id
in
uids
:
uids
.
append
(
mensaje
.
si_creador
.
id
)
msm
=
f
"""Se a recivido un mensaje en el incidente {incidencia.si_descripcion}"""
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment