diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 89358cfb..b47c13ca 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/consumers.cpython-310.pyc b/osinaweb/osinacore/__pycache__/consumers.cpython-310.pyc index 499e4fc8..5d831d0c 100644 Binary files a/osinaweb/osinacore/__pycache__/consumers.cpython-310.pyc and b/osinaweb/osinacore/__pycache__/consumers.cpython-310.pyc differ diff --git a/osinaweb/osinacore/templates/details_templates/partials/new-status-activity.html b/osinaweb/osinacore/templates/details_templates/partials/new-status-activity.html index 0ff974d7..53e97501 100644 --- a/osinaweb/osinacore/templates/details_templates/partials/new-status-activity.html +++ b/osinaweb/osinacore/templates/details_templates/partials/new-status-activity.html @@ -155,7 +155,7 @@
-

xxxxxxxx{{status.staff.user.first_name}} +

{{status.staff.user.first_name}} {{status.staff.user.last_name}}

{% if status.time_ago == '0min ago' %}

Just Now

diff --git a/osinaweb/static/js/online/online-consumer.js b/osinaweb/static/js/online/online-consumer.js index 71257c10..24bd6bd7 100644 --- a/osinaweb/static/js/online/online-consumer.js +++ b/osinaweb/static/js/online/online-consumer.js @@ -55,8 +55,10 @@ document.addEventListener("DOMContentLoaded", function () { } }; - webSocket.onclose = function (event) { + webSocket.onclose = function(event) { console.log("WebSocket connection to online closed"); + console.log("Close event code:", event.code); + console.log("Close event reason:", event.reason); }; webSocket.onerror = function (error) { diff --git a/osinaweb/support/templates/details_templates/ticket-room.html b/osinaweb/support/templates/details_templates/ticket-room.html index 6985de53..fb0332e1 100644 --- a/osinaweb/support/templates/details_templates/ticket-room.html +++ b/osinaweb/support/templates/details_templates/ticket-room.html @@ -310,6 +310,7 @@ class="opacity-0 absolute top-1/2 left-1/2 w-[25px] -translate-x-1/2 -translate-y-1/2 z-10">
+