mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	user_profile: Pass required parameters in group_edit_url.
This commit is contained in:
		@@ -244,7 +244,7 @@ function format_user_group_list_item_html(group) {
 | 
			
		||||
    return render_user_group_list_item({
 | 
			
		||||
        group_id: group.id,
 | 
			
		||||
        name: group.name,
 | 
			
		||||
        group_edit_url: hash_util.group_edit_url(group),
 | 
			
		||||
        group_edit_url: hash_util.group_edit_url(group, "general"),
 | 
			
		||||
        is_guest: current_user.is_guest,
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user