You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting the due date of a task updates the information in the task list but does not update the due date in the task details column.
f0e877c28892358343bc92984e54b52a.mp4
Non-updated value:
Expected behavior
Deleting the due date of a task should update the due date information both in the task list and in the task details column.
This should be the updated value:
How to reproduce it (as minimally and precisely as possible)
Open the application in Wide Layout.
Click on the "Get Started" button on the Welcome Page.
Select any task from the first task list.
You should see the details for this task in the left column.
Delete the due date for the task.
Observe that the due date is updated for the task list but not updated in the task details column.
Environment
Nuget Package:
Uno.Sdk: 5.2.161
UnoExtensionsVersion: 4.1.28
UnoToolkitVersion: 6.0.24
UnoThemesVersion: 5.0.13
Affected platform(s):
All
The text was updated successfully, but these errors were encountered:
@Kunal22shah merged your #794 created branch and it did delete the date successfully, but when clicking "Add Due Date" Button again, nothing happens and the TaskDetails Panel on the right side does also not hide, no matter what I did.
I would have Expect it to present a DatePicker to the App User where that Date would be able to select.
Could Imagine, the navigator might be the issue source, because the console did show this:
The specified framework 'Microsoft.WindowsDesktop.App' is not present in the previously loaded runtime.
warn: Uno.Extensions.Navigation.Regions.NavigationRegion[0]
AssignParent - (Name: TaskList) Unable to find service provider for root navigator
warn: Uno.Extensions.Navigation.Regions.NavigationRegion[0]
AssignParent - (Name: TaskList) Unable to find service provider for root navigator
and the AddDueDate Task did only run until the Navigation function and then vanished with no return at all.
see my branch if that helps investigating.
Main Changes made:
Uno.Sdk updated to 5.6.51 (latest)
fixed async linting at Auth Service
cleared TEMP marked ServiceCollectionExtensions line since its now the default
Applyed the Serialization Extension advised from the docs
Current behavior
Deleting the due date of a task updates the information in the task list but does not update the due date in the task details column.
f0e877c28892358343bc92984e54b52a.mp4
Non-updated value:

Expected behavior
Deleting the due date of a task should update the due date information both in the task list and in the task details column.

This should be the updated value:
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package:
Affected platform(s):
The text was updated successfully, but these errors were encountered: