oops: Fix numerous, small issues introduced in merges
oops: Fix crash upgrading to c7c82835 oops: Fix crash rendering ticket view oops: Fix crash posting response to ticket oops: Fix refresh url after ticket reply post orm: Locate annotations after the root model's fields orm: Add PK field check for DISTINCT aggregate expressions When using the DISTINCT option for aggregate expressions, ensure that when a relationship is used in the aggregate, that a single field of the remote model's primary key is used — rather than the foreign key, since it would never have more than one unique value. search: Re-implement basic ticket search oops: Couple trivial changes oops: Fix date formatting for PDF output oops: Fix staff profile view and update oops: Fix canned response listing orm: Fix crash compiling WHERE IN (nested select) nav: Move settings/email to email/settings i18n: Make field visibility config translatable oops: Fix crash adding field to custom form forms: Fix `required` flag transfer to FormField oops: Fix bad merge on new ticket by staff forms: Show uneditable fields on new ticket by staff oops: Fix bad merge on client ticket view
Showing
- include/class.dynamic_forms.php 14 additions, 6 deletionsinclude/class.dynamic_forms.php
- include/class.nav.php 1 addition, 1 deletioninclude/class.nav.php
- include/class.orm.php 43 additions, 17 deletionsinclude/class.orm.php
- include/class.staff.php 5 additions, 0 deletionsinclude/class.staff.php
- include/class.team.php 2 additions, 2 deletionsinclude/class.team.php
- include/client/templates/ticket-print.tmpl.php 4 additions, 4 deletionsinclude/client/templates/ticket-print.tmpl.php
- include/client/view.inc.php 0 additions, 2 deletionsinclude/client/view.inc.php
- include/i18n/en_US/help/tips/settings.email.yaml 6 additions, 0 deletionsinclude/i18n/en_US/help/tips/settings.email.yaml
- include/i18n/en_US/help/tips/settings.ticket.yaml 0 additions, 6 deletionsinclude/i18n/en_US/help/tips/settings.ticket.yaml
- include/staff/cannedresponses.inc.php 1 addition, 1 deletioninclude/staff/cannedresponses.inc.php
- include/staff/groups.inc.php 1 addition, 1 deletioninclude/staff/groups.inc.php
- include/staff/roles.inc.php 1 addition, 1 deletioninclude/staff/roles.inc.php
- include/staff/settings-emails.inc.php 1 addition, 1 deletioninclude/staff/settings-emails.inc.php
- include/staff/settings-system.inc.php 4 additions, 2 deletionsinclude/staff/settings-system.inc.php
- include/staff/staffmembers.inc.php 2 additions, 1 deletioninclude/staff/staffmembers.inc.php
- include/staff/templates/dynamic-field-config.tmpl.php 24 additions, 30 deletionsinclude/staff/templates/dynamic-field-config.tmpl.php
- include/staff/templates/dynamic-form.tmpl.php 1 addition, 1 deletioninclude/staff/templates/dynamic-form.tmpl.php
- include/staff/templates/ticket-print.tmpl.php 7 additions, 7 deletionsinclude/staff/templates/ticket-print.tmpl.php
- include/staff/ticket-open.inc.php 0 additions, 1 deletioninclude/staff/ticket-open.inc.php
- include/staff/tickets.inc.php 34 additions, 8 deletionsinclude/staff/tickets.inc.php
Loading
Please register or sign in to comment