10000 Board export not working · Issue #1055 · wekan/wekan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Board export not working #1055

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

Closed
nebulade opened this issue Jun 9, 2017 · 6 comments
Closed

Board export not working #1055

nebulade opened this issue Jun 9, 2017 · 6 comments

Comments

@nebulade
Copy link
Contributor
nebulade commented Jun 9, 2017

At least since version 0.22 the export menu item for a board does not seem to be doing anything. According to the webinspector there is no href nor any even attached to the dom element, but I might just not fully understand how it is patched up. Just tried v0.23 and it has still the same behavior. There is nothing in the webinspector logs nor on the server side from what I can tell.

Any ideas how to debug this further? Thanks.

@xet7
Copy link
Member
xet7 commented Jun 9, 2017

@nebulade

For individual changes to files, look at:

git diff oldrepo/file1 newrepo/file1

Going back in time into previous git tag in git history:

git checkout tags/v0.22

For seeing in newest version who has changed file and what lines:

git blame filename

When you know who has made those changes, look at git history viewer like gitk about changes between 0.22 and current version, of the person that is on git blame line.

You can also see with gitk all other changes that have happened between 0.22 and now.

Thanks!

@nebulade
Copy link
Contributor Author
nebulade commented Jun 9, 2017

So in 0319bcf it got commented and apparently never reenabled.

@xet7
Copy link
Member
xet7 commented Jun 9, 2017

@huneau can you look at this? It looks like this got disabled when you added REST API changes at #1003 , could you submit pull request to enable board export?

@huneau
Copy link
Contributor
huneau commented Jun 9, 2017

yes, I disable it, because of path. You can probably choose a tmp path ?

@xet7
Copy link
Member
xet7 commented Jun 9, 2017

@huneau

What path do you mean? Where in code?

@xet7
Copy link
Member
xet7 commented Jun 9, 2017

@huneau

Try to use some other path, tmp path or something elso so exporting board still works.

nebulade added a commit to cloudron-io/wekan that referenced this issue Jun 12, 2017
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

3 participants
0