You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll have a look at the code and might be able to come up with a pull request, but I don't know how much time I can devote to this. It's probably not as easy as just removing text_color from TagDraft, as you'd also want to make the field read-only in the Tag model, and update tests.
The text was updated successfully, but these errors were encountered:
I am trying to create a tag using
paperless.tags.draft
. If I do not providetext_color
, then I get an error:However,
text_color
isn't a writeable field in the API, but only read-only. See https://docs.paperless-ngx.com/api/#version-2I'll have a look at the code and might be able to come up with a pull request, but I don't know how much time I can devote to this. It's probably not as easy as just removing
text_color
fromTagDraft
, as you'd also want to make the field read-only in theTag
model, and update tests.The text was updated successfully, but these errors were encountered: