Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-09 12:48:48 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-07-09 12:48:48 +0300
commitb286ac3705d4994bee09c2e914627416f16507f2 (patch)
treed3eddbaf41295cb25608265b8795e4ba97466454
parentc39580a57ec6e957f50b2ffcd25b7147280bb706 (diff)
parentfa790f5512c6a700239b395e81ecc2a45edd24fd (diff)
Merge branch 'repo-list-root-caching' into 'master'
Fixed apollo caching of the root repository file listing See merge request gitlab-org/gitlab-ce!30409
-rw-r--r--app/assets/javascripts/repository/components/table/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repository/components/table/index.vue b/app/assets/javascripts/repository/components/table/index.vue
index 1e66ccbfa29..0d9e992e596 100644
--- a/app/assets/javascripts/repository/components/table/index.vue
+++ b/app/assets/javascripts/repository/components/table/index.vue
@@ -76,7 +76,7 @@ export default {
variables: {
projectPath: this.projectPath,
ref: this.ref,
- path: this.path,
+ path: this.path || '/',
nextPageCursor: this.nextPageCursor,
pageSize: PAGE_SIZE,
},