Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matching Patterns for Any Allocation of tags, etc. cannot be edited #53

Closed
ntrenz opened this issue Jan 23, 2024 · 3 comments
Closed

Matching Patterns for Any Allocation of tags, etc. cannot be edited #53

ntrenz opened this issue Jan 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ntrenz
Copy link

ntrenz commented Jan 23, 2024

On swift-paperless version 1.0.1, the editing of matching patterns for non-automatic matching algorithms is not possible. The creation of new, e.g. document types, with a custom (any) matching pattern is however possible.

Steps to reproduce:

  • on the webserver create a new document type with allocation algorithm Any and set the matching pattern to any word
  • go to the app and try to change the matching pattern words
  • matching pattern words will not show up

Info: I have only tried this for document types with the matching algorithm any. But I assume that this is a generic implementation and thus applies to other allocation algorithms as well.

Current Workaround:
To get the input field for a custom matching pattern, you have to set the algorithm to something else, then change it back to your desired matching algorithm. Then the matching pattern input field will show up and contain your previously set words.

Editing not possible:
IMG_5664
Creation of a new document type with matching Any is working with match input:
IMG_5665

@paulgessinger paulgessinger added the bug Something isn't working label Jan 23, 2024
@paulgessinger
Copy link
Owner

I can reproduce this. I think it's just the initial view that's borked somehow. I'll try to add a fix soon.

@paulgessinger
Copy link
Owner

paulgessinger commented Feb 3, 2024

There should be a fix in build 32 on TestFlight. Could you try if that fixes things on your end?

@ntrenz
Copy link
Author

ntrenz commented Feb 4, 2024

It works and all changes are successfully served to the backend. Thank you for the fix. When will the update be realesed for the production version of the app?

@ntrenz ntrenz closed this as completed Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants