Skip to content

Commit

Permalink
Merge pull request #118 from mmarum-sugarcrm/DE-530
Browse files Browse the repository at this point in the history
Fix DE-530 - PHP Notices that occur during module install due to bad …
  • Loading branch information
mmarum-sugarcrm authored Dec 5, 2018
2 parents 5b934e9 + ac05021 commit d2d7a06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Created by .ignore support plugin (hsz.mobi)

package/releases
package/vendor


### Eclipse template
Expand Down
9 changes: 0 additions & 9 deletions package/pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@
),
),
'image_dir' => 'icons',
'layoutdefs' =>
array (
array (
'additional_fields' =>
array (
'Leads' => 'pr_professors_leads_name',
),
),
),
'id' => $packageID,
'relationships' =>
array (
Expand Down
2 changes: 1 addition & 1 deletion package/src/metadata/pr_professors_contactsMetaData.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
1 =>
array (
'name' => 'idx_pr_professors_contacts_ida1_deleted',
'tyape' => 'index',
'type' => 'index',
'fields' =>
array (
0 => 'pr_prof_contactspr_prof_ida',
Expand Down

0 comments on commit d2d7a06

Please sign in to comment.