thomasbrueggemann / paperless-desktop

🍃 macOS app that uses the paperless API to manage your document scans.
GNU General Public License v3.0
582 stars 52 forks source link

Fix for not being able to edit empty 'match' fields on tags list #39

Closed NickBusey closed 5 years ago

NickBusey commented 6 years ago

Describe the changes you made

You previously couldn't edit a tag's match field if it was not set. I gave it a min-width, height, and block display so that you can edit it even without content.

Why were these changes necessary/desired?

Because it didn't work before.

How can the changes be tested?

You have to have a tag with an empty match field. Try and edit it. Previously clicking it did nothing but flash the bar blue, now you can edit it.

Did you already test the changes?

Yup