Skip to content

Commit

Permalink
getMax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainBenbassat committed Jun 23, 2022
2 parents 36bc6d1 + ded140d commit 1ff77a4
Show file tree
Hide file tree
Showing 294 changed files with 9,945 additions and 11,145 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/regen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ on:
description: Autocommit to branch (y or n)
required: false
default: 'n'
permissions:
contents: read

jobs:
runregen:
permissions:
contents: write # for Git to git push
runs-on: ubuntu-latest
name: Run Regen
services:
Expand Down
2 changes: 0 additions & 2 deletions .toxic.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"CRM_Contact_Import_Form_MapField::buildQuickForm()": "toxicAlert",
"CRM_Contact_Import_Parser_Contact::formatCommonData()": "toxicAlert",
"CRM_Contact_Import_Parser_Contact::formatContactParameters()": "toxicAlert",
"CRM_Contact_Import_Parser_Contact::run()": "toxicAlert",
"CRM_Contact_Import_Parser_Contact::import()": "toxicAlert",
"CRM_Contribute_BAO_Contribution::recordFinancialAccounts()": "toxicAlert",
"CRM_Contribute_BAO_Contribution::transitionComponents()": "toxicAlert",
Expand All @@ -32,7 +31,6 @@
"CRM_Contribute_Form_Contribution_Main::formRule()": "toxicAlert",
"CRM_Contribute_Form_Contribution_Main::submit()": "toxicAlert",
"CRM_Contribute_Form_Task_Invoice::printPDF()": "toxicAlert",
"CRM_Contribute_Import_Parser_Contribution::run()": "toxicAlert",
"CRM_Core_BAO_ActionScheduleTest::setUp()": "toxicAlert",
"CRM_Core_BAO_CustomField::formatCustomField()": "toxicAlert",
"CRM_Core_BAO_CustomGroup::getTree()": "toxicAlert",
Expand Down
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,7 @@ public static function sendMessage(
* next week or so, before this can be called complete.
*
* @param bool $status
*
* @deprecated
* @return array
* array of importable Fields
*/
Expand Down
12 changes: 0 additions & 12 deletions CRM/Activity/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ public function buildQuickForm() {
parent::buildQuickForm();
}

/**
* Process the uploaded file.
*/
public function postProcess() {
$this->storeFormValues([
'dateFormats',
'savedMapping',
]);

$this->submitFileForMapping('CRM_Activity_Import_Parser_Activity');
}

/**
* @return CRM_Activity_Import_Parser_Activity
*/
Expand Down
Loading

0 comments on commit 1ff77a4

Please sign in to comment.