Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f45c30f1ca457bddceffaaa1bd5292952842dcc
Choose a base ref
..
head repository: civicrm/civicrm-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4028df11b3802098285683122a94ad6647199e45
Choose a head ref
Original file line number Diff line number Diff line change
@@ -62,6 +62,13 @@
],
'sort' => [],
'columns' => [
[
'type' => 'field',
'key' => 'id',
'dataType' => 'String',
'label' => 'ID',
'sortable' => TRUE,
],
[
'type' => 'field',
'key' => 'label',
Original file line number Diff line number Diff line change
@@ -73,20 +73,19 @@
],
'sort' => [],
'columns' => [
[
'type' => 'field',
'key' => 'id',
'dataType' => 'String',
'label' => 'ID',
'sortable' => TRUE,
],
[
'type' => 'field',
'key' => 'title',
'dataType' => 'String',
'label' => 'Group Title',
'sortable' => TRUE,
'link' => [
'path' => '',
'entity' => 'CustomGroup',
'action' => 'preview',
'join' => '',
'target' => 'crm-popup',
],
'title' => 'Preview Custom Field Group',
],
[
'type' => 'field',