Fix resource list not refreshing after adding/deleting resource
Closes #837 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
46bfa2c422
commit
04fff8485e
@ -531,6 +531,8 @@ export default class Resources extends Mixins(ResourceMixin) {
|
||||
variables: {
|
||||
path: this.actualPath,
|
||||
username: this.$route.params.preferredUsername,
|
||||
page: this.page,
|
||||
limit: this.RESOURCES_PER_PAGE,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user