kopia lustrzana https://github.com/friendica/friendica
				
				
				
			Exclude invitation register rows from pending-view
↪ They were wrongly appearing in the moderation screen and in the notificationspull/14735/head
							rodzic
							
								
									5a00a2c441
								
							
						
					
					
						commit
						e3a2c70ccb
					
				| 
						 | 
					@ -3809,7 +3809,8 @@ CREATE VIEW `pending-view` AS SELECT
 | 
				
			||||||
	`contact`.`nick` AS `nick`
 | 
						`contact`.`nick` AS `nick`
 | 
				
			||||||
	FROM `register`
 | 
						FROM `register`
 | 
				
			||||||
			INNER JOIN `contact` ON `register`.`uid` = `contact`.`uid`
 | 
								INNER JOIN `contact` ON `register`.`uid` = `contact`.`uid`
 | 
				
			||||||
			INNER JOIN `user` ON `register`.`uid` = `user`.`uid`;
 | 
								INNER JOIN `user` ON `register`.`uid` = `user`.`uid`
 | 
				
			||||||
 | 
								WHERE `register`.`uid` != 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
-- VIEW tag-search-view
 | 
					-- VIEW tag-search-view
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1763,7 +1763,8 @@ return [
 | 
				
			||||||
		],
 | 
							],
 | 
				
			||||||
		"query" => "FROM `register`
 | 
							"query" => "FROM `register`
 | 
				
			||||||
			INNER JOIN `contact` ON `register`.`uid` = `contact`.`uid`
 | 
								INNER JOIN `contact` ON `register`.`uid` = `contact`.`uid`
 | 
				
			||||||
			INNER JOIN `user` ON `register`.`uid` = `user`.`uid`"
 | 
								INNER JOIN `user` ON `register`.`uid` = `user`.`uid`
 | 
				
			||||||
 | 
								WHERE `register`.`uid` != 0"
 | 
				
			||||||
	],
 | 
						],
 | 
				
			||||||
	"tag-search-view" => [
 | 
						"tag-search-view" => [
 | 
				
			||||||
		"fields" => [
 | 
							"fields" => [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue