- Oct 30, 2018
-
-
Peter Rotich authored
Status Column: Fix display and sorting
-
Peter Rotich authored
Dashboard Statistics Issue
-
aydreeihn authored
This commit addresses an issue where we lost the logic for needed GROUP BYs in the dashboard report. They were added back for the Statistics query but not for the query that calculates Response and Service time. This now adds it back.
-
- Oct 29, 2018
-
-
Peter Rotich authored
issue: Queue sort_id
-
Peter Rotich authored
This commit addresses where wrong "primary" field was used to indicate Ticket Status column. It also fixes an issue where sorting was done via `id` instead of `name`.
-
- Oct 25, 2018
-
-
JediKev authored
This addresses an issue where poor little `sort_id` was sadly forgotten for the two main-level queues "Open" and "My Tickets".
-
Peter Rotich authored
issue: ticket_link Fatal Error
-
Peter Rotich authored
Queue counts
-
Peter Rotich authored
-
Peter Rotich authored
-
JediKev authored
This addresses an issue where replying to a ticket causes a Fatal Error for the system. This is due to the `$ticket` object not being set before the else statement therefore causing the `getId()` function to fail. This breaks down the if/else statement to make sure the `$ticket` object is in-fact set before continuing.
-
Peter Rotich authored
Dashboard Statistics Issue
-
aydreeihn authored
This commit fixes an issue where we were not able to see all of the departments, topics, and agents that should have been included in the report. The logic for the GROUP BY in the queries was changed, so we just manually added them back in.
-
Peter Rotich authored
This commits adds fallback for queue counts and improves caching mechanism.
-
Peter Rotich authored
-
- Oct 24, 2018
-
-
Peter Rotich authored
issue: Dupe Page Requests Fix
-
Peter Rotich authored
-
Peter Rotich authored
Add new API headers to whitelist
-
Peter Rotich authored
upgrade: Actually re-fetch the config from database
-
Peter Rotich authored
issue: Delete User Error
-
JediKev authored
This addresses an issue reported on the forum where deleting a User will throw a fatal error. This was caused by 4558 where the `state` column was mistakenly overwritten with `event_id`. In addition, this changes `$deleted` to `$status_id` for better readability.
-
Peter Rotich authored
issue: Export Event State Error
-
JediKev authored
This addresses an issue where export does not work due to a fatal error "Unknown column 'R0.state' in 'where clause'". This was caused by 4558 due to the removal of enums and the `state` column. This updates the filter to match the `event_id` instead of `state`.
-
JediKev authored
This addresses an issue with pull 4472 where disabling the Submit button does not submit the Input value for the button. This affects the installation of plugins, where the Install Path is not sent therefore the plugin is not installed. This clones the original submit button, hides it, then displays a dummy disabled Submit button which will submit the value and prevent dupe posts.
-
Jared Hancock authored
This patch fixes the issue where the configuration was not properly reloaded during an upgrade. The configuration items were stashed in the Config class and were not re-fetched from the ::load() method. Additionally, this patch forces the ORM cached objects to be flushed on each loop through the automated upgrader to ensure that cached data which might have been modified directly in the database during the database process is destroyed.
-
- Oct 23, 2018
-
-
aydreeihn authored
-
Peter Rotich authored
-
Peter Rotich authored
oops: put back missing code
-
aydreeihn authored
-
Peter Rotich authored
-
Peter Rotich authored
Event Migration Optimization
-
aydreeihn authored
-
- Oct 22, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
Issue/remove enums
-
Peter Rotich authored
Primary Queues as "Buckets"
-
aydreeihn authored
-
Peter Rotich authored
Clear cached queue counts on queue update and via auto-cron
-
Peter Rotich authored
This commit reverses relevance limit added by commit a9c283ec. This is necessary because searching for Organization or User name will have low relevance due to limited size of indexed "document".
-
Peter Rotich authored
Drop checking FLAG_PUBLIC when determining if a queue is private
-
Peter Rotich authored
This commits adds ability to add extra joins to a queryset. If the join has constraints then it's LEFT joined otherwise straight JOIN is assumed. This is necessary to fix queue counts for queues with keyword search.
-