mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Clicking on the 'Owner' value for a row in the list of bots does nothing, and causes a blueslip error. This is because the map object in which we store the users have integer keys, while we pass the owner id as string. This is fixed by parsing the owner id to integer before passing it on. Fixes #14107.
18 KiB
18 KiB