Skip to content

Commit

Permalink
removal of two dependencies not required
Browse files Browse the repository at this point in the history
per @tschet - The ERCore module has two undeclared dependencies and two unnecessary ones.
List and number are undeclared but necessary. Rules_admin and views_ui are listed as dependencies but are not required. Both Rules and Views can run without their UI's being turned on. They can be safely shut off on production sites when not being used. #37
  • Loading branch information
cjallen-epscor committed Apr 26, 2016
1 parent 086b3f1 commit faccf6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions er.info
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ dependencies[] = nodeaccess_userreference
dependencies[] = page_manager
dependencies[] = php
dependencies[] = rules
dependencies[] = rules_admin
dependencies[] = rules_scheduler
dependencies[] = select_or_other
dependencies[] = views
dependencies[] = views_content
dependencies[] = views_data_export
dependencies[] = views_php
dependencies[] = views_ui

files[] = tests/nsf-tables.test

0 comments on commit faccf6f

Please sign in to comment.