• Should I keep versioning role-based views?

    Hi everyone, We've been using Git to deploy Sugar code on premise for a while now, and since my customer started playing with role-based views, I ask myself this question : Should I keep versioning those views? The obvious answer is "Yes, you should,…
  • Custom Buttons in list-headerpane to add in manifest Package

    I have modified my Accounts module list-headerpane.php and added Two Buttons to it. \custom\modules\Accounts\clients\base\views\list-headerpane\list-headerpane.php <?php $viewdefs['Accounts'] = array( 'base' => array( 'view' => array( 'list-headerpane…
  • Custom Create view is not correctly coped to cache

    I have a bit of an odd issue here, and I'm not sure if it's me, or something wrong in the code. I'm using 7.6 and having successfully extended the RecordView, I'm attempting to do the same in create. All seems to go well for a while. I create custom/modules…