Skip to content

Stop executing initilization logic multiple times on comments page

Only execute logic needed initially in AbstractCommentsPageComponent if no reload is performed.

Since the init function in AbstractCommentsPageComponent is used for loading the comment list, rename it to load and move only the initial logic to init.

Closes #1179 (closed)

Merge request reports