mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06:00
Use a TextField for the storage path field (#7967)
This commit is contained in:
@@ -125,9 +125,8 @@ class DocumentType(MatchingModel):
|
||||
|
||||
|
||||
class StoragePath(MatchingModel):
|
||||
path = models.CharField(
|
||||
path = models.TextField(
|
||||
_("path"),
|
||||
max_length=2048,
|
||||
)
|
||||
|
||||
class Meta(MatchingModel.Meta):
|
||||
|
||||
Reference in New Issue
Block a user