Defect #64702 suitecrm

It seems that SuiteCRM 7.1.1 is affected by the Defect #64702 ( found in issues search sugarcrm 6.5.16 )

This ticket is marked as ASSIGNED, I don’t know if it was solved, but perhaps, this change seems to work fine:

affected file:

include/ListView/ListView.php

at row 499 remove

&& $field_acl['Delete'] 

near remove_button

 if ((($list_field['name'] === 'edit_button' && $field_acl['EditView']) || ($list_field['name'] === 'close_button' && $field_acl['EditView']) || ($list_field['name'] === 'remove_button' && $field_acl['Delete'] )  ) && '' != ($_content = $layout_manager->widgetDisplay($list_field)) )

Is this potentially dangerous for other parts of the application?

regards