Closed shemeshg closed 1 year ago
See #625
Hi
it was not fixed in recent version of qtPass, it just striped spaces and did not split by "#"
You test that, by seeing that the checklist of the userdialog.cpp did not checked the existed users with #
userdialog.cpp
#
I think we expected
selected_users = QtPassSettings::getPass()->listKeys(recipients); foreach (const UserInfo &sel, selected_users) { for (auto &user : users) if (sel.key_id == user.key_id) user.enabled = true; }
todo the right thing but listKeys(recipients) don`t return anything as examined by debugger.
listKeys(recipients)
before ->listKeys(recipients)
After ->listKeys(recipients)
See #625
Hi
it was not fixed in recent version of qtPass, it just striped spaces and did not split by "#"
You test that, by seeing that the checklist of the
userdialog.cpp
did not checked the existed users with#
I think we expected
todo the right thing but
listKeys(recipients)
don`t return anything as examined by debugger.before ->listKeys(recipients)
After ->listKeys(recipients)