APIv4 - Give every SQL expression a title
authorColeman Watts <coleman@civicrm.org>
Fri, 1 Oct 2021 15:20:36 +0000 (11:20 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 1 Oct 2021 15:20:36 +0000 (11:20 -0400)
commit4e161794d0d952261bda6460cb34757ea210d029
tree85b15e15d6d5a1a0dcfd6d61121d25e568fa8c0d
parentb91b316d78a949d71d9ad716e7036e1bba2c8e75
APIv4 - Give every SQL expression a title

Fixes a bug in Afform where it would crash trying to get the title of SQL Equations
on search display forms.
Civi/Api4/Query/SqlEquation.php
Civi/Api4/Query/SqlExpression.php
Civi/Api4/Query/SqlField.php
Civi/Api4/Query/SqlFunction.php
Civi/Api4/Query/SqlNull.php
Civi/Api4/Query/SqlNumber.php
Civi/Api4/Query/SqlString.php
Civi/Api4/Query/SqlWild.php