Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
justinfreeman (Agileware)
Core
Commits
40252892
Commit
40252892
authored
11 years ago
by
Kurund Jalmi
Browse files
Options
Downloads
Plain Diff
Merge pull request #956 from kurund/fix-gendata
fixed incorrect report instance id's in sample dashlets
parents
58e52c41
623d79cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sql/civicrm_generated.mysql
+33
-33
33 additions, 33 deletions
sql/civicrm_generated.mysql
xml/templates/civicrm_sample.tpl
+4
-4
4 additions, 4 deletions
xml/templates/civicrm_sample.tpl
with
37 additions
and
37 deletions
sql/civicrm_generated.mysql
+
33
−
33
View file @
40252892
This diff is collapsed.
Click to expand it.
xml/templates/civicrm_sample.tpl
+
4
−
4
View file @
40252892
...
...
@@ -133,10 +133,10 @@ INSERT INTO `civicrm_contact_type`
INSERT INTO `civicrm_dashboard`
( `domain_id`, `label`, `url`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `is_active`, `weight`, `is_fullscreen`, `fullscreen_url`)
VALUES
( @domain_id, '
{
ts
escape
=
"sql"
}
Donor
Report (
Summary
)
{/
ts
}
' , 'civicrm/report/instance/6
&
reset=1
&
section=1
&
snippet=5
&
charts=barChart', 'access CiviContribute', 'AND', 0, 0,'1', 4, '1', 'civicrm/report/instance/6
&
reset=1
&
section=1
&
snippet=5
&
charts=barChart
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Top Donors
Report
{/
ts
}
' , 'civicrm/report/instance/13
&
reset=1
&
section=2
&
snippet=5', 'access CiviContribute', 'AND', 0, 0,'1', 5, '1', 'civicrm/report/instance/13
&
reset=1
&
section=2
&
snippet=5
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Event Income
Report (
Summary
)
{/
ts
}
', 'civicrm/report/instance/2
3
&
reset=1
&
section=1
&
snippet=5
&
charts=pieChart', 'access CiviEvent' , 'AND', 0, 0,'1', 6, '1', 'civicrm/report/instance/2
3
&
reset=1
&
section=1
&
snippet=5
&
charts=pieChart
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Membership
Report (
Summary
)
{/
ts
}
' , 'civicrm/report/instance/
19
&
reset=1
&
section=2
&
snippet=5', 'access CiviMember' , 'AND', 0, 0,'1', 7, '1', 'civicrm/report/instance/
19
&reset=1§ion=2&snippet=5&context=dashletFullscreen');
( @domain_id, '
{
ts
escape
=
"sql"
}
Donor Summary
{/
ts
}
' , 'civicrm/report/instance/6
&
reset=1
&
section=1
&
snippet=5
&
charts=barChart', 'access CiviContribute', 'AND', 0, 0,'1', 4, '1', 'civicrm/report/instance/6
&
reset=1
&
section=1
&
snippet=5
&
charts=barChart
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Top Donors
{/
ts
}
' , 'civicrm/report/instance/13
&
reset=1
&
section=2
&
snippet=5', 'access CiviContribute', 'AND', 0, 0,'1', 5, '1', 'civicrm/report/instance/13
&
reset=1
&
section=2
&
snippet=5
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Event Income Summary
{/
ts
}
', 'civicrm/report/instance/2
5
&
reset=1
&
section=1
&
snippet=5
&
charts=pieChart', 'access CiviEvent' , 'AND', 0, 0,'1', 6, '1', 'civicrm/report/instance/2
5
&
reset=1
&
section=1
&
snippet=5
&
charts=pieChart
&
context=dashletFullscreen'),
( @domain_id, '
{
ts
escape
=
"sql"
}
Membership Summary
{/
ts
}
' , 'civicrm/report/instance/
20
&
reset=1
&
section=2
&
snippet=5', 'access CiviMember' , 'AND', 0, 0,'1', 7, '1', 'civicrm/report/instance/
20
&reset=1§ion=2&snippet=5&context=dashletFullscreen');
-- INSERT sample data for membership
...
...
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