Skip to content

Commit

Permalink
Merge pull request #87 from d-salodki/develop
Browse files Browse the repository at this point in the history
added Reports module
  • Loading branch information
d-salodki committed Feb 13, 2017
2 parents 32bfa49 + e14adb0 commit 0e27261
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'KBContents' => 1000,
// Will be set by SugarFavorites Generator class
'SugarFavorites' => 1000,
'Reports' => 1000
);

/*
Expand Down
1 change: 1 addition & 0 deletions config/profiles/average.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Categories' => 30000,
'KBContents' => 50000,
'SugarFavorites' => 50000,
'Reports' => 5000
);

$sugarFavoritesModules = array(
Expand Down
1 change: 1 addition & 0 deletions config/profiles/high.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Categories' => 120000,
'KBContents' => 200000,
'SugarFavorites' => 200000,
'Reports' => 10000
);

$sugarFavoritesModules = array(
Expand Down
1 change: 1 addition & 0 deletions config/profiles/high_x20.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Categories' => 120000,
'KBContents' => 2000000,
'SugarFavorites' => 200000,
'Reports' => 10000
);

$sugarFavoritesModules = array(
Expand Down
1 change: 1 addition & 0 deletions config/profiles/simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Categories' => 600,
'KBContents' => 1000,
'SugarFavorites' => 1000,
'Reports' => 1000
);

$profile_opts = array(
Expand Down
1 change: 1 addition & 0 deletions config/profiles/simple_rev2.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Categories' => 3000,
'KBContents' => 5000,
'SugarFavorites' => 5000,
'Reports' => 1000
);

$sugarFavoritesModules = array(
Expand Down

0 comments on commit 0e27261

Please sign in to comment.