mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 10:15:33 +00:00 
			
		
		
		
	Integrated Person View
This commit is contained in:
		| @@ -159,7 +159,7 @@ public class RegisterController : Controller { | ||||
|                     parsedSubComments.Add(HTMLHelpers.CommentHelpers.CreateHTML(lib, _readerService, subcomm.Value, category, Settings.ParsingState.CommentType.Subcomment, generateBacklinks)); | ||||
|                 } | ||||
|             } | ||||
|             res.Add(new CommentModel(parsedComment, parsedSubComments)); | ||||
|             res.Add(new CommentModel(parsedComment, parsedSubComments, comm.Index)); | ||||
|         } | ||||
|         return res; | ||||
|     } | ||||
| @@ -177,7 +177,7 @@ public class RegisterController : Controller { | ||||
|                     parsedSubComments.Add(HTMLHelpers.CommentHelpers.CreateHTML(lib, _readerService, subcomm.Value, category, Settings.ParsingState.CommentType.Subcomment)); | ||||
|                 } | ||||
|             } | ||||
|             res.Add(new CommentModel(parsedComment, parsedSubComments)); | ||||
|             res.Add(new CommentModel(parsedComment, parsedSubComments, comm.Index)); | ||||
|         } | ||||
|         return res; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens