Trim common task indentation in Quick Add Magic #3732
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3732
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
When copying a few items from somewhere else (like a bullet list from zulip) it happens that all tasks have a common indentation.
Example:
In that case quick add magic throws an error and does not add them.
Solution: first trim the indent common to all lines
Also, when the first line is blank and the second one indented (also common case when pasting from Zulip or the like), it adds the task but only displays it on reload, this lead to double tasks in my list as I saw that only later.
Previous issue: #2771
Vikunja Frontend Version
try
Vikunja API Version
try
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
Implemented in
270e32290a
. Please check with the next unstable build.Thanks! The second issue is not solved though: