IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Additional lines (notes) are not shown #474

Closed rhein closed 5 years ago

rhein commented 5 years ago

QtPass 1.3.0-1 on Linux does not show the notes (that is additional lines in the entry that are not part of the template) any longer. They where shown below the templated fields before. This seems to have something to do with templating, if "Show all fields templated" is enabled I can see those additional lines; however, they should be also visible just as "notes" below the templated fields.

Also, entries can not be edited anymore. Clicking on Edit simply raises an empty dialog with no pre-populated fields. This seems actually like a second issue, combining them here for now.

Both things worked flawlessly in V1.2.3 Screenshot for expected behaviour showing notes: image Screenshot for expected behaviour after clicking "Edit" (populate fields): image

rhein commented 5 years ago

Realise this is a duplicate of https://github.com/IJHack/QtPass/issues/465 - closing it.