The "Don't ask again" feature does not work with the BOS-workspace gateway.
As you can see it is only displaying "Don't ask again for sending similar transactions by", and that's all, but it should also show the widget name.
The reason for this is because of using the redirectmap, and the fix would be to make sure that the RPC proxy intercepts and replaces requests for widget source code with local content ( and stop using the redirectmap ). I know this will work, since I've already tested it in the DevHub playwright tests.
The "Don't ask again" feature does not work with the BOS-workspace gateway.
As you can see it is only displaying "Don't ask again for sending similar transactions by", and that's all, but it should also show the widget name.
The reason for this is because of using the redirectmap, and the fix would be to make sure that the RPC proxy intercepts and replaces requests for widget source code with local content ( and stop using the redirectmap ). I know this will work, since I've already tested it in the DevHub playwright tests.