Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
b53f1cad
Commit
b53f1cad
authored
3 years ago
by
colemanw
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
#2888
SearchKit download CSV broken
parent
07d76bb7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ext/search_kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
+8
-0
8 additions, 0 deletions
..._kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/Run.php
+0
-8
0 additions, 8 deletions
ext/search_kit/Civi/Api4/Action/SearchDisplay/Run.php
with
8 additions
and
8 deletions
ext/search_kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
+
8
−
0
View file @
b53f1cad
...
...
@@ -41,6 +41,14 @@ abstract class AbstractRunAction extends \Civi\Api4\Generic\AbstractAction {
*/
protected
$filters
=
[];
/**
* Integer used as a seed when ordering by RAND().
* This keeps the order stable enough to use a pager with random sorting.
*
* @var int
*/
protected
$seed
;
/**
* Name of Afform, if this display is embedded (used for permissioning)
* @var string
...
...
This diff is collapsed.
Click to expand it.
ext/search_kit/Civi/Api4/Action/SearchDisplay/Run.php
+
0
−
8
View file @
b53f1cad
...
...
@@ -22,14 +22,6 @@ class Run extends AbstractRunAction {
*/
protected
$limit
;
/**
* Integer used as a seed when ordering by RAND().
* This keeps the order stable enough to use a pager with random sorting.
*
* @var int
*/
protected
$seed
;
/**
* @param \Civi\Api4\Generic\Result $result
* @throws \API_Exception
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment