
- Open Club
- 10 members
Fixes Bugs and Implemented Suggestions
13 topics in this forum
-
Bug1.1.0
Hidden comments causing error
<?php exit; ?> Fri, 07 Feb 2025 00:00:06 +0000 BadMethodCallException::0 #0 /home/tro.../applications/core/sources/Approval/Approval.php(177): IPS\Node\Model->url() #1 /home/tro.../applications/core/sources/Approval/Approval.php(126): IPS\core\Approval->parseReason() #2 /home/tro.../system/Content/Hideable.php(848): IPS\core\Approval->reason() #3 /home/tro.../system/Content/Hideable.php(781): IPS\dfsupportsystem\Ticket\Comment->approvalQueueReason() #4 /home/tro.../static/templates/core_front_global.php(2457): IPS\dfsupportsystem\Ticket\Comment->hiddenBlurb() #5 /home/tro.../system/Theme/SandboxedTemplate.php(68): IPS\Theme\class_core_front_global-&…
-
- 0 replies
- 10 views
-
-
Suggestion1.1.0
Skip Choose Category if there's only one category
There’s no need for the category chooser if there’s only one category
-
Bug1.1.0
Deleting a ticket
After the deletion you're redirected back to the forums index page instead of getting back to the list
-
Bug1.1.0
Hide close tickets filter
It's not working as expected because it's the wrong condition. Right now it's public function showOnlyOpen(): void { $this->where[] = ['resolved_on IS NULL']; }but when one only replies to it and changes the state, it doesn't mean that it is resolved, so we'll either need 2 filters Hide closed Hide resolved or have one filter to hide closed & resolved
-
Suggestion1.1.0
Slack Notifier Extension
We need a Slack Notifier Extension for new tickets and when the ticket got a new reply.
-
Suggestion1.1.0
Place link to Support System in Usermenu
-
Suggestion1.1.0
Create a new extension called TicketEvents
onCreateOrEdit onAssignOrUnassign onResolve
-
It seems the types aren't set correct & the type lang strings are also missing
-
Bug1.1.0
Frontnavigation FURL
frontnavigation extension is not using the furl version of the url
-
It’s working fine on the dev & staging systems, but I can’t see it here on the ic-essentials production site.
-
Bug1.1.0
Deleting a comment is broken
IPS\Db\Exception thrown with message "Column 'last_poster_name' cannot be null"
-
-