Skip to content

Instantly share code, notes, and snippets.

@hectorrios
Forked from esimonetti/commentlog.php
Created September 6, 2019 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorrios/e8a79b93874ca09701d7f8811c1309c2 to your computer and use it in GitHub Desktop.
Save hectorrios/e8a79b93874ca09701d7f8811c1309c2 to your computer and use it in GitHub Desktop.
Show last 10 commentlog entries on Cases, with the newest one at the top
<?php
// Enrico Simonetti
// enricosimonetti.com
//
// 2018-12-28 Sugar 8.3.0
// Show last 10 commentlog entries on Cases, with the newest one at the top
//
// file: custom/Extension/modules/Cases/Ext/Vardefs/commentlog.php
//
$dictionary['Case']['fields']['commentlog']['displayParams']['max_num'] = 10;
$dictionary['Case']['fields']['commentlog']['order_by'] = 'date_entered:desc';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment