-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
11 lines (11 loc) · 914 Bytes
/
plugin.php
File metadata and controls
11 lines (11 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
'id' => 'osticket:quick-buttons',
'version' => '8.3.2',
'name' => 'Quick Buttons',
'author' => 'ChesnoTech',
'description' => 'BPA engine for osTicket. Workflow Builder = standard status-driven action buttons per department/step. Interruption (Pause) and Rejection buttons fire the same single status transition but show a popup first to capture Type → Variant → Reason from the agent. After firing, the next visible action button (driven by the new ticket status) takes over — workflow becomes a graph of independent buttons + statuses with no embedded sequences. Per-step performance tracking + ACL + icon picker (library/emoji/PNG/SVG upload with sanitization).',
'url' => 'https://github.com/ChesnoTech/ost-quick-buttons',
'ost_version' => '1.18',
'plugin' => 'class.QuickButtonsPlugin.php:QuickButtonsPlugin',
);