Welcome Guest to Defaut site!

Logging

We currently have two separate logging systems:

Controller

The Comserv::Controller::Log module handles the routing and logic for log-related actions:

Model

The Comserv::Model::Log module provides methods for interacting with the log data:

Priority and Status Fields

The log details form has been updated to include the `priority` and `status` fields. These fields are now populated from the controller and displayed as drop-down lists in the form. The `priority` and `status` values are fetched from the database and passed to the template, ensuring that the form displays the correct options for these fields.