Skip to content

Commit

Permalink
Merge pull request #13995 from eileenmcnaughton/loc_title
Browse files Browse the repository at this point in the history
dev/financial#2 Update new payment_processor.title field to be localisable
  • Loading branch information
eileenmcnaughton authored Apr 9, 2019
2 parents 377cbe1 + 4c257e1 commit 824c92c
Show file tree
Hide file tree
Showing 6 changed files with 739 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CRM/Core/I18n/SchemaStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ public static function &columns() {
'description' => "text",
'options' => "text",
],
'civicrm_payment_processor' => [
'title' => "varchar(127)",
],
'civicrm_membership_type' => [
'name' => "varchar(128)",
'description' => "varchar(255)",
Expand Down Expand Up @@ -486,6 +489,11 @@ static function &widgets() {
'type' => "Text",
],
],
'civicrm_payment_processor' => [
'title' => [
'type' => "Text",
],
],
'civicrm_membership_type' => [
'name' => [
'type' => "Text",
Expand Down
Loading

0 comments on commit 824c92c

Please sign in to comment.