Skip to content
Snippets Groups Projects
Commit 775fccd7 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/13010' into 'develop'

REDMINE_ISSUE-13010

See merge request !287
parents b3352973 62740bfe
No related branches found
No related tags found
2 merge requests!295Version 3.0.0,!287REDMINE_ISSUE-13010
......@@ -44,6 +44,7 @@
</label>
<search-projects
:search-function="SEARCH_PROJECTS"
v-on="$listeners"
/>
</div>
</div>
......
......@@ -26,6 +26,7 @@
<!-- FILTRES DES PROJETS -->
<ProjectsMenu
@filter="setProjectsFilters"
@loading="setLoader"
/>
<div
......@@ -244,6 +245,10 @@ export default {
});
},
setLoader(e) {
this.loading = e;
},
changePage(e) {
this.getData(e);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment