Skip to content

Instantly share code, notes, and snippets.

@Edzelopez
Created October 5, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Edzelopez/d13e88fcbc20e41030d7d9ab3a40bc90 to your computer and use it in GitHub Desktop.
Save Edzelopez/d13e88fcbc20e41030d7d9ab3a40bc90 to your computer and use it in GitHub Desktop.
--- /biz.jmaconsulting.grantapplications/CRM/Grant/Info.php
+++ /biz.jmaconsulting.grantapplications/CRM/Grant/Info.php
@@ -99,20 +99,6 @@
* @return null
*/
public function getUserDashboardElement() {
- return array(
- 'name' => ts('Grant'),
- 'title' => ts('Your Grant(s)'),
- 'perm' => array('submit online grant application'),
- 'weight' => 50,
- );
- }
-
- /**
- * @inheritDoc
- * @return null
- */
- public function getUserDashboardObject() {
- // no dashboard element for this component
return NULL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment