Skip to content

Hi,i've installed your great application, but i found one bug. After changing folder, ajax response stays the same #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
miklblitz opened this issue May 24, 2018 · 3 comments

Comments

@miklblitz
Copy link

No description provided.

@miklblitz
Copy link
Author

miklblitz commented May 24, 2018

see the picture
https://yadi.sk/i/hQ8MGnqm3WTbxR

I installed:
$ git clone https://github.com/iutbay/mm.git
$ cd mm
$ npm install
$ npm run build
and run dev mode
$ npm run dev

@ZupitDevs
Copy link

I have the same problem, seems like the path parameter somehow gets lost when you click on a folder, but it works fine in the demo.

@ZupitDevs
Copy link

Hi there,after a bit of debugging I have found this inside api.js and seems to fix the problem:

list(path) {
//return this.axios.get(this.options.listUrl, { params: { 'path': this.path } });
return this.axios.get(this.options.listUrl, { params: { 'path': path } });
}

Commented is the original line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants