8000 Wekan board cards disappear · Issue #2249 · wekan/wekan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wekan board cards disappear #2249

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
xxpqxx opened this issue Mar 12, 2019 · 16 comments
Closed

Wekan board cards disappear #2249

xxpqxx opened this issue Mar 12, 2019 · 16 comments

Comments

@xxpqxx
Copy link
xxpqxx commented Mar 12, 2019

Server Setup Information:

  • Did you test in newest Wekan?: yes

  • For new Wekan install, did you configure root-url correctly https://github.com/wekan/wekan/wiki/Settings ? yes

  • Wekan version: 2.45.0

  • Operating System: Ubuntu 18.04.2 LTS

  • Deployment Method(snap/docker/sandstorm/mongodb bundle/source): snap

  • Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): Nginx

  • Node Version: 8.15.1

  • MongoDB Version:

  • ROOT_URL environment variable http(s)://(subdomain).example.com(/suburl):

Problem description:

  • While loading the page, some wekan board cards disappear after 0.5 sec. Not all only the half. I've tested this with safari and chrome browser. If i mark one of them as favorit i still see it in the top bar and i'am able to open the board.

  • Explain steps how to reproduce
    I reload the main (index) page and can see all card's for a short moment.

2019-03-12T05:08:39Z wekan.wekan[15018]: Note: you are using a pure-JavaScript implementation of bcrypt.
2019-03-12T05:08:39Z wekan.wekan[15018]: While this implementation will work correctly, it is known to be
2019-03-12T05:08:39Z wekan.wekan[15018]: approximately three times slower than the native implementation.
2019-03-12T05:08:39Z wekan.wekan[15018]: In order to use the native implementation instead, run
2019-03-12T05:08:39Z wekan.wekan[15018]: meteor npm install --save bcrypt
2019-03-12T05:08:39Z wekan.wekan[15018]: in the root directory of your application.
2019-03-12T05:08:40Z wekan.wekan[15018]: Presence started serverId=jG9KhtKq5iB9y8SNm
2019-03-12T05:08:41Z wekan.wekan[15018]: > Starting fix-circular-reference_ migration.
2019-03-12T05:08:41Z wekan.wekan[15018]: > Finishing fix-circular-reference_ migration.
2019-03-12T05:08:41Z wekan.wekan[15018]: Kadira: completed instrumenting the app

@rjevnikar
Copy link
Contributor

are these subtask boards by any chance?

@xxpqxx
Copy link
Author
xxpqxx commented Mar 12, 2019

@rjevnikar Hi, all board who disappeared contains subtasks.

I can reproduce the problem if i create a new board and set up the current board as subtask boards.

@rjevnikar
Copy link
Contributor

same/similar to #2247.

@bilalsavas
Copy link

Hi, I am also having a similar issue, but not with cards, with boards.

I am using wekan on ubuntu server set up with snap.

when I enter the main page, board list appears and disappears after .5 seconds. If I can catch to click, I can enter the board without any issue.

@fvalka
Copy link
fvalka commented Mar 12, 2019

I also have this issue. When loading the home page/board overview one specific board is shown for about half a second and then disappears.
Board can be opened via direct link, clicked while it is visible and also in the favorites bar.

@xet7
Copy link
Member
xet7 commented Mar 12, 2019

In Wekan v2.43 is new feature Hide Subtask boards from All Boards.

I did get that feature request from Wekan users. After implementing it, I did get this bug report that Subtask boards are hidden. Nice. Well, how it should work?

@xxpqxx
Copy link
Author
xxpqxx commented Mar 12, 2019

How about a switch to turn this feature on / off for each (Subtask-)board in admin menue?

And add a Quick Link near Archiv and Template (see screenshot):

Bildschirmfoto 2019-03-12 um 22 22 32

@bilalsavas
Copy link

if a subtask board is the one you create by adding some subtask to a board, I also think they should be hidden. But this board disappearing problem happens on my main board.

@xet7
Copy link
Member
xet7 commented Mar 12, 2019

@bilalsavas

Well, that's the point. Editing subtasks is possible in cards, and currently Subtasks are added to new Subtasks boards. But Subtasks were hidden from All Boards, because some did think it is a bug to see all the clutter from all the Subtask boards.

@xet7
Copy link
Member
xet7 commented Mar 12, 2019

Moved to #641

@xet7 xet7 closed this as completed Mar 12, 2019
@fvalka
Copy link
fvalka commented Mar 13, 2019

Also had the problem that this board was not actually a subtask board. But maybe it was created as one, I can neither confirm or deny this. ;-)

For a Solution/Workaround: You can fix this issue by running a query against the MongoDB database removing the subtask link.

If you are running it via snap connect to mongodb on port 27019 on the machine running the board:
mongo localhost:27019

Use the wekan database:
use wekan

And remove the subtask link:
db.boards.updateOne({title: "Your Board Name"},{ $set: {"subtasksDefaultListId" : null}})

The commit changing the behavior/causing this issue is:
8568728

@bilalsavas
Copy link

thanks @fvalka ! that solved my issue

@eoshared
Copy link

Hello friends,

  • One of my boards disappears from 'my boards', but I still have access from the top bar of direct access to favorite boards.
  • When I refresh the browser the card is visible for a fraction of a second and then disappears. If I can click, the board allows access.
  • The following video shows the problem and what happens when refreshing: https://youtu.be/5cH8vRWe6Gg.
    Others:
  • Board configuration: Cards can not have subtasks
  • I have administrator permissions
  • version of wekan 2.45 on linux
    I would appreciate some advice. Regards!

@xet7
Copy link
Member
xet7 commented Mar 13, 2019

@eoshared

Please wait that Wekan v2.46 is available at https://snapcraft.io/wekan or https://quay.io/wekan/wekan and then upgrade. Snap is upgraded automatically or manually with sudo snap refresh. At Wekan v2.46 Subtask boards are visible again.

@GlenMillot
Copy link

Confirmed. Thanks!

@eoshared
Copy link

Dear @xet7
Finally, the problem on the board that disappeared after a fraction of a second was solved automatically, that is, without me doing anything in particular to solve it. Mysterious but satisfying
Best regards and thank you very much for your response.

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

7 participants
0