mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	In issue comments, put issue participants also in completion list when hitting @ (#12433)
Previous behaviour was only to have completion for project members
This commit is contained in:
		
					parent
					
						
							
								28a7708d69
							
						
					
				
			
			
				commit
				
					
						e5c5080f26
					
				
			
		
					 1 changed files with 9 additions and 5 deletions
				
			
		| 
						 | 
					@ -78,12 +78,16 @@
 | 
				
			||||||
				EventSourceUpdateTime: {{NotificationSettings.EventSourceUpdateTime}},
 | 
									EventSourceUpdateTime: {{NotificationSettings.EventSourceUpdateTime}},
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
      {{if .RequireTribute}}
 | 
					      {{if .RequireTribute}}
 | 
				
			||||||
			tributeValues: [
 | 
								tributeValues: Array.from(new Map([
 | 
				
			||||||
				{{ range .Assignees }}
 | 
									{{ range .Participants }}
 | 
				
			||||||
				{key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
 | 
									['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
 | 
				
			||||||
				name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'},
 | 
									name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'}],
 | 
				
			||||||
				{{ end }}
 | 
									{{ end }}
 | 
				
			||||||
			],
 | 
									{{ range .Assignees }}
 | 
				
			||||||
 | 
									['{{.Name}}', {key: '{{.Name}} {{.FullName}}', value: '{{.Name}}',
 | 
				
			||||||
 | 
									name: '{{.Name}}', fullname: '{{.FullName}}', avatar: '{{.RelAvatarLink}}'}],
 | 
				
			||||||
 | 
									{{ end }}
 | 
				
			||||||
 | 
								]).values()),
 | 
				
			||||||
			{{end}}
 | 
								{{end}}
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	</script>
 | 
						</script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue