-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move financial acl setting to the extension
- Loading branch information
1 parent
c464c65
commit a572646
Showing
4 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
return [ | ||
'acl_financial_type' => [ | ||
'group_name' => 'Contribute Preferences', | ||
'group' => 'contribute', | ||
'name' => 'acl_financial_type', | ||
'type' => 'Boolean', | ||
'html_type' => 'checkbox', | ||
'quick_form_type' => 'Element', | ||
'default' => 0, | ||
'add' => '4.7', | ||
'title' => ts('Enable Access Control by Financial Type'), | ||
'is_domain' => 1, | ||
'is_contact' => 0, | ||
'help_text' => NULL, | ||
'help' => ['id' => 'acl_financial_type'], | ||
'settings_pages' => ['contribute' => ['weight' => 30]], | ||
'on_change' => [ | ||
'financialacls_toggle', | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters