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
When Printing all assigned for the user, incorrect signature is displayed for accessory. Assets contain correct signature of the user, but accessories assigned to the user contains signature of a different user - seems like the signature of user which accepted same accessory as a last.
Steps to reproduce:
Create user1
Create user2
Create assetA
Create accessoryA with some quantity, e.g.100
Assign assetA to user1. user1 accepts and provides signature
Assign accessoryA to user1. user1 accepts and provides signature
Assign accessoryA to user2, user2 accepts and provides signature
Print all assigned for user1
In the output of all assigned for user1, assetA contains signature of user1, but accessoryA contains signature of user2.
Signatures got mixed for accessories.
This bug is present both on v6.X and also the v7.1.15 - build 16052 (master)
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
@snipe ah yeah...this was reported in #14734. I went down one path before realizing it wasn't fixing the core problem. We have a plan for how to do that (sc-25599) but I haven't written the code for it yet. I'll move this up in the priority list.
@lukaspetrik thank you for reporting and adding steps to reproduce. I'm going to close this and keep the conversation going in #14734
When Printing all assigned for the user, incorrect signature is displayed for accessory. Assets contain correct signature of the user, but accessories assigned to the user contains signature of a different user - seems like the signature of user which accepted same accessory as a last.
Steps to reproduce:
In the output of all assigned for user1, assetA contains signature of user1, but accessoryA contains signature of user2.
Signatures got mixed for accessories.
This bug is present both on v6.X and also the v7.1.15 - build 16052 (master)
The text was updated successfully, but these errors were encountered: