Skip to content

Commit

Permalink
Fix image fields in Case module
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorod committed May 24, 2018
1 parent cb3a537 commit a1f23b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions download.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
}
}
$bean_name = $beanList[$module];
if ($bean_name == 'aCase') {
$bean_name = 'Case';
}
if (!file_exists('modules/' . $module . '/' . $bean_name . '.php')) {
die($app_strings['ERROR_TYPE_NOT_VALID']);
}
Expand Down

1 comment on commit a1f23b9

@SuiteBot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on SuiteCRM. There might be relevant details there:

https://community.suitecrm.com/t/fix-image-fields-in-case-module-suitecrm-v-7-14-3/92607/1

Please sign in to comment.