Avoid loading Wiki Pages content when listed
Compare changes
Files
8@@ -16,7 +16,7 @@ class Projects::WikisController < Projects::ApplicationController
@@ -115,7 +115,7 @@ def load_project_wiki
This MR adds the method list_pages
in ProjectWiki
. This method
allows listing the wiki pages but without loading their content. This
way we can avoid doing it in places we don't need it.
Closes #53523 (closed)