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
Hello, I see the Issue#16 with CustomerDetailPage is fixed, but now there's another issue.
Steps to reproduce:
Create a new customer (for example, Mr. Z)
Save the customer details
Click Add order
On the order page, press Cancel, or go back
Now, the program should go back to customer Mr. Z, that was already created and we were just adding an order to that customer.
But the program goes to a new customer page.
This bug didn't happen before this fix
Sorry for the delayed response to this issue. We've just released a bunch of updates for this sample, including a fix for this bug. The solution is just that the NavigationCacheMode for the CustomerDetail page should be set to Disabled so the customer data isn't cached. See this commit for the fix: 423b80b
Hello, I see the Issue#16 with CustomerDetailPage is fixed, but now there's another issue.
Steps to reproduce:
This bug didn't happen before this fix
Originally posted by @jwmsft in #16 (comment)
The text was updated successfully, but these errors were encountered: