Skip to content

Commit

Permalink
Fix salesagility#10499 - Error when importing in the Locations module
Browse files Browse the repository at this point in the history
  • Loading branch information
SinergiaCRM committed Aug 9, 2024
1 parent 80ee82d commit ff1d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/FP_Event_Locations/FP_Event_Locations_sugar.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FP_Event_Locations_sugar extends Basic
public $module_dir = 'FP_Event_Locations';
public $object_name = 'FP_Event_Locations';
public $table_name = 'fp_event_locations';
public $importable = false;
public $importable = true;
public $disable_row_level_security = true ; // to ensure that modules created and deployed under CE will continue to function under team security if the instance is upgraded to PRO
public $id;
public $name;
Expand Down

0 comments on commit ff1d7fa

Please sign in to comment.