mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 06:11:08 -05:00
Cannot Specify Non-Default List when Creating Item #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @conor-f on GitHub (Mar 24, 2022).
This is a pretty annoying bug that has started happening to me recently. I can provide any additional information/test things for debugging if you let me know what to do! I run Vikunja with docker-compose behind Traefik on a home server. I ran
docker pull vikunja/frontendanddocker pull vikunja/apito get the newestlatest. The frontend tells me:The issue I'm seeing is whenever I specify a list when creating an item, the item doesn't go to that list and just gets added to the default list regardless. e.g. If list
Ais my default list andBis another list, and I create the itemDo this #Bit will just add the itemDo thisto listAand nothing to listB. Other "Quick Add Magic" works fine (e.g. specifying the time) but this aspect does not.@kolaente commented on GitHub (Mar 24, 2022):
Can you reproduce this on try?
@conor-f commented on GitHub (Mar 24, 2022):
I actually get different behaviour on try. It only adds to the default list but also doesn't remove the
#otherListNamewhich it does on my local instance. On a whim, I tried the auto add magic mode to Todoist and that seemed to work on try! Is this a newer version than onlatest?@kolaente commented on GitHub (Mar 27, 2022):
Mhh sounds like this was fixed in the meantime but not backported to stable.
Does it make a difference if you set the quick add magic mode to Todoist or Vikunja?
Try runs the last unstable version,
latestis the last stable release.@conor-f commented on GitHub (Mar 28, 2022):
Nope makes no difference to me what magic mode is being used, I'd just like the feature of putting items in different lists from the one input box!
Is it relatively safe to run
trylocally? From looking at the docker hub it's under the tagunstable?@kolaente commented on GitHub (Mar 28, 2022):
This really looks like a bug, I'll take a closer look.
Well it's bleeding edge so there's a few bugs here and there. From using it on my own instance I'd say it is definitely usable though.
@kolaente commented on GitHub (Apr 2, 2022):
Tried to reproduce this but it works without issues. Here's a video recording of it:
https://user-images.githubusercontent.com/13721712/161382732-feb44768-629a-4036-94bf-5e3fc675e11f.mp4
What exactly does not work when you use it? Can you provide clear steps to reproduce? Can you provide a recording of the bug?
@conor-f commented on GitHub (Apr 4, 2022):
Sorry about this, quite a stupid mistake :(
It seems from your video that the correct syntax for specifying the list is to use
+instead of#. From the help, I saw:So maybe the fix is to just update the docs?
@kolaente commented on GitHub (Apr 4, 2022):
The symbol used depends on the selected quick add magic mode. In the vikunja mode it is a + for lists, in the todoist mode it is a #. The docs change when the mode is changed in the settings.
I've checked again, the mode does not make a difference.
@conor-f commented on GitHub (Apr 4, 2022):
Sorry, I am no longer on the stable version of Vikunja so can't record a video to reproduce. I see the docs change when you change the magic mode on try.vikunja.io so I suppose this is all moot and any issue I was having will be fixed when the next release is cut to stable :)