23 Commits

Author SHA1 Message Date
shamoon
2e956b0f13 Update api default version to newest 2025-01-27 00:14:10 -08:00
shamoon
bb96b5f98e Update test_api_custom_fields.py 2025-01-27 00:14:10 -08:00
shamoon
2ae70b6482 DRY 2025-01-27 00:14:10 -08:00
shamoon
1ee7728fc5 Fix post old format 2025-01-27 00:14:10 -08:00
shamoon
3cb43b02ff Dont make default version change 2025-01-27 00:14:10 -08:00
shamoon
c809e5adfe Handle document serialzier 2025-01-27 00:14:10 -08:00
shamoon
707da93844 Fix: use api version > 7 for new custom field select format 2025-01-27 00:14:10 -08:00
shamoon
8e6de2790e
Fix: do not accept empty string for doc link value via API () 2025-01-03 15:16:00 -08:00
shamoon
0fc1860d4c
Enhancement: use stable unique IDs for custom field select options () 2024-12-02 04:15:38 +00:00
shamoon
35907313e8
Fix: allow removing dead document links from UI, validate via API () 2024-10-28 10:39:17 -07:00
shamoon
54293bedb1
Enhancement: management list button improvements () 2024-10-03 23:00:28 -07:00
shamoon
15554322dd
Enhancement: allow specifying default currency for Monetary custom field () 2024-08-05 17:02:03 -07:00
shamoon
4ad4862641
Feature: select custom field type () 2024-07-09 07:57:07 -07:00
shamoon
6ea25a96a3
Fix: make backend monetary validation accept unpadded decimals () 2024-05-07 21:38:52 +00:00
shamoon
bf11dc8d1b
Enhancement: better monetary field with currency code () 2024-02-27 16:26:06 +00:00
shamoon
6b34f592df
Fix: Explicit validation of custom field name unique constraint () 2024-02-03 20:51:26 +00:00
shamoon
3115106dc1
Enhancement: add basic filters for listing custom fields () 2024-01-06 03:04:31 +00:00
shamoon
c5d622279c
Fix symmetric doc links with target value None () 2023-12-31 07:56:26 -08:00
shamoon
da058b915b
Enhancement: improve validation of custom field values ()
* Support all URI schemes

* Reworks custom field value validation to check and return a 400 error code in more cases and support more URL looking items, not just some basic schemes

* Fixes a spelling error in the message

---------

Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-12-29 14:45:29 -08:00
shamoon
b1f6f52486
Fix: Dont allow null custom_fields property via API () 2023-12-19 21:53:56 +00:00
shamoon
638d9970fd
Enhancement: symmetric document links () 2023-12-19 13:43:50 -08:00
shamoon
4481f12e32
Enhancement: implement document link custom field () 2023-12-05 08:16:56 -08:00
shamoon
10729f0362 Feature: Implement custom fields for documents ()
Adds custom fields of certain data types, attachable to documents and searchable

Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-11-05 17:27:23 -08:00