-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable APIv4 export action on UFGroup and UFField.
With these little changes the export action is available. It still needs a tweak because UFField exports `field_name` which hard codes a custom field's id instead of `field_name:name` - but I think it's a good first step.
- Loading branch information
1 parent
3a0cc2f
commit 4249e44
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -19,5 +19,5 @@ | |
* @package Civi\Api4 | ||
*/ | ||
class UFGroup extends Generic\DAOEntity { | ||
|
||
use Generic\Traits\ManagedEntity; | ||
} |