Reproductible with a profile that have right to access assignment tool but not right to access profiles' tool.
This is due to missing import: Ametys.message.MessageTarget.RIGHT and Ametys.message.MessageTarget.PROFILE are undefined.
Moreover since RUNTIME-3880 the context combobox of this tool is refreshed as soon as a right is created, edited or deleted. Which lead the refresh of whole tool.
Only the filter combo box of rights should be refreshed in this case.
Reproductible with a profile that have right to access assignment tool but not right to access profiles' tool.
This is due to missing import: Ametys.message.MessageTarget.RIGHT and Ametys.message.MessageTarget.PROFILE are undefined.
Moreover since
RUNTIME-3880the context combobox of this tool is refreshed as soon as a right is created, edited or deleted. Which lead the refresh of whole tool.Only the filter combo box of rights should be refreshed in this case.