bugs while editing task and user password reset #1788

Closed
opened 2021-05-12 10:55:27 +00:00 by yana · 5 comments

Hi,

Thank you for the awsome project. We are using Vikunja api version v0.16.0+162-fc1867ec70
Built with go1.16.3 on 13.0-RELEASE FreeBSD 13.0-RELEASE jail. We noticed the following bugs

  1. If we try to edit task in List mode it does not add an Assignees. In Table mode itis possible to add an Assignee.

  2. If registered user want to change the password we receive password reset link and getting password reset success message but after changing the password user cannot login any more as the user is inactive. We're getting Error message "please confirm your email"
    I have manually changed 0 to 1 in the database user table to activate the user.

  3. We are trying to add repeating interval but cannot tick "Repeat from current date" option

Hi, Thank you for the awsome project. We are using Vikunja api version v0.16.0+162-fc1867ec70 Built with go1.16.3 on 13.0-RELEASE FreeBSD 13.0-RELEASE jail. We noticed the following bugs 1. If we try to edit task in List mode it does not add an Assignees. In Table mode itis possible to add an Assignee. 2. If registered user want to change the password we receive password reset link and getting password reset success message but after changing the password user cannot login any more as the user is inactive. We're getting Error message "please confirm your email" I have manually changed 0 to 1 in the database user table to activate the user. 3. We are trying to add repeating interval but cannot tick "Repeat from current date" option
yana changed title from bugs to bugs while editing task and user password reset 2021-05-12 10:56:59 +00:00
Owner

Where (and how) is it possible to add an assignee in either list mode or table mode? Both views do not have that functionality. The list view did have in the past but does not have it in the current version anymore.

Can you reproduce these bugs on https://try.vikunja.io?

What frontend version are you using? It could be outdated. You can get the frontend version by opening the dev tools on your browser on your installation and navigating to the console tool.

The api version you're using is the unstable build so you should use the unstable frontend build as well.

Where (and how) is it possible to add an assignee in either list mode or table mode? Both views do not have that functionality. The list view did have in the past but does not have it in the current version anymore. Can you reproduce these bugs on https://try.vikunja.io? What frontend version are you using? It could be outdated. You can get the frontend version by opening the dev tools on your browser on your installation and navigating to the console tool. The api version you're using is the unstable build so you should use the unstable frontend build as well.
Author

Hi Konrad,

I cannot reoroduce on the demo site as the look is different. Please see attached the screenshots. When you try to edit task from list mode (list-mode1.jpg, list-mode2.jpg) you cannot set asignee. If you edit from table mode (table-mode.jpg) you can add asignee
The frontend version is Vikunja frontend version 0.16.0

Hi Konrad, I cannot reoroduce on the demo site as the look is different. Please see attached the screenshots. When you try to edit task from list mode (list-mode1.jpg, list-mode2.jpg) you cannot set asignee. If you edit from table mode (table-mode.jpg) you can add asignee The frontend version is Vikunja frontend version 0.16.0
Owner

Ah, the second screenshot is the task detail view, not the table view. The first one is the list view 🙃

The frontend version is Vikunja frontend version 0.16.0

You should upgrade to the unstable version of the frontend or downgrade the api - both components are only meant to be used with the same version of each other. I'd suggest upgrading the frontend instead of downgrading the api since there can be unintended side effects when downgrading the api.

Ah, the [second screenshot](https://kolaente.dev/attachments/537d4b0c-0689-4e1e-b97d-5ef85d14eed7) is the task detail view, not the table view. The first one is the list view 🙃 > The frontend version is Vikunja frontend version 0.16.0 You should upgrade to the unstable version of the frontend or downgrade the api - both components are only meant to be used with the same version of each other. I'd suggest upgrading the frontend instead of downgrading the api since there can be unintended side effects when downgrading the api.
Author

Thank you for your prompt reply! I will update and test it.

Thank you for your prompt reply! I will update and test it.
Owner

Closing as resolved - feel free to ping or reopen if it still doesn't work.

Closing as resolved - feel free to ping or reopen if it still doesn't work.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1788
No description provided.