-
Notifications
You must be signed in to change notification settings - Fork 534
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
[browser/linklist] every host of a linklist shows up 2 times.. #415
Comments
Was this happening in the boilerplate demo? |
Happens in any demo i try.. even on the website: http://awesomescreenshot.com/071t4ezbf |
Confirm also this kind bug while implementing the repository for my back end, with a custom explorer (it's not only a bug in linklist, nor in link repository but in explorer component itself). Additionally, I can't figure out why types document don't appear in the view panel with, or without the renditions properties. I've also noticed that entries from a repository appears in all repositories, eg, my entry a in the karacos repository appears also in the linklist tree and vice-versa. I'll try to go deeper this week, hope i'll fix it quickly.. |
it was quicker than expected... What I did : |
@jdlx @petro065 this issue should be fixed in latest release branch. Please review and close if concluant. |
just DL'd 0.20.7 .. issue remains for me. |
@jdlx fix will come in 0.21 (or you can checkout latest release branch) |
@nka11 sry, misunderstood you.. yes, the "multiple root" issue is gone in the latest release branch.. however the issue with all links being shown regardless of where you click in the linklist tree remains: http://awesomescreenshot.com/03e2fxpd9 |
Hi @jdlx, |
ok, done.. |
WIth the patch of nka11, some other functions does not work. I can But there is another problem. I have 2 different trees with links, but wherever I click in the tree, the right content is not altered. |
the second prob you're mentioning is a dupe of #491 |
Yes... And now I`m gonna to fix this problem. |
ride on.. ;) maybe you feel like tweaking this one while you're at it.. ;) #492 |
Hi, ich checked master, dev & release today (29.4): the double host bug is back in.. |
Each host (as a tree root) from a given linklist shows up 2 times in the browser's tree. Dunno if related to this or a issue of it' own (or expected behavior?): once you click any folder in the tree, all available links from that root are shown on the right hand side..
note: i tried to debug the "doubled root" issue.. it seems to me like the issue doesn't come from linklist.js, but rather browser.js, alas i couldn't nail it down in there.. my JS knowhow is too limited ;)
The text was updated successfully, but these errors were encountered: