List context menu does not open on alm_license table after adding new fields by Rome plugin 'Software Asset Management Foundation'DescriptionSome users are unable to open the list context menu on table [alm_license] after upgrading to Rome.The list functionalities freeze and the following error message shows on the console:'alm_license_list.do:763 Uncaught ReferenceError: onCellEdit is not defined'. This error is generated by the Client Script /nav_to.do?uri=sys_script_client.do?sys_id=43d876fae770330062716217c2f6a95e where onCellEdit() at line 5 is causing the issue for users who have the Agreement type field added to the list columns.Steps to Reproduce 1) Login as System Administrator in a Rome instance where the 'Software Asset Management Foundation' plugin is not active2) Open the 'alm_license_list.do' table3) Personalize the list and add all fields available4) Verify with non-admin users the list is still working fine5) Activate the 'Software Asset Management Foundation' plugin6) Personalize the list again as in steps 2-3 making sure to include the 'Agreement' column now available7) Refresh the list8) Click the settings (burger) icon on any of the columns to open the context menu and notice this is frozen together with all list functionalities such as personalize list and right clickWorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. If a workaround is needed before being able to upgrade, remove 'onCellEdit' at line 5 of the Client Script /sys_script_client.do?sys_id=43d876fae770330062716217c2f6a95e .Related Problem: PRB1535402