10352ff5ad
Merge branch 'develop' into feature
2022-09-30 17:17:18 -04:00
af8bb0c4b9
10348 add decimal custom field ( #10422 )
...
* 10348 add decimal custom field
* 10348 fix tests
* 10348 add documentation
* Rearrange custom fields to be ordered consistently
* Rename number_field to integer_field for clarity
* Clean up validation logic
* Apply suggested changes from PR
* Store decimal custom field values natively
* Fix filter test
* Update custom field model migrations to use new encoder
Co-authored-by: jeremystretch <jstretch@ns1.com >
2022-09-30 16:03:24 -04:00
2463e4efd3
Fixes #10461 : Enable filtering by read-only custom fields in the UI
2022-09-26 16:42:11 -04:00
2b2a41edd2
Enable cloning for custom fields & custom links
2022-09-09 16:51:18 -04:00
e4bbebf87a
Merge branch 'develop' into feature
2022-08-12 10:18:57 -04:00
a9aaa8939c
Closes #9161 : Pretty print JSON custom field data when editing
2022-08-10 16:12:04 -04:00
562769fb89
Merge branch 'develop' into feature
2022-08-01 14:42:09 -04:00
84f2225f42
PEP8 cleanup
2022-08-01 09:16:58 -04:00
c380fd00bf
Merge branch 'develop' into feature
2022-07-11 12:58:24 -04:00
5a4467a4a8
Fixes #9687 : Don't restrict custom text field lengths when entering via UI form
2022-07-11 11:12:06 -04:00
31024ce672
Changelog & cleanup for #9166
2022-05-24 16:39:05 -04:00
20eaa7d069
#9166 - Add UI Visibility setting for custom fields
2022-05-24 10:12:32 +02:00
17df8a5c43
Closes #8495 : Enable custom field grouping
2022-04-15 14:45:28 -04:00
df2f6d4a7d
Fixes #8872 : Enable filtering by custom object fields
2022-03-23 14:34:42 -04:00
cdae0c2bef
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
c8713d94d8
Merge branch 'develop' into feature
2022-01-11 16:16:13 -05:00
d2968c95df
Fixes #8314 : Prevent custom fields with default values from appearing as applied filters erroneously
2022-01-11 15:02:10 -05:00
7421e5f7d7
Fixes #8317 : Fix CSV import of multi-select custom field values
2022-01-11 14:52:47 -05:00
bfc695434c
Add object_type validation
2022-01-06 13:43:40 -05:00
7aa1fabbd7
Fix tests
2022-01-05 21:21:23 -05:00
271b7adeb8
Extend to support the assignment of multiple objects per field
2022-01-05 17:05:54 -05:00
fa1e28e860
Initial work on #7006
2022-01-04 16:59:52 -05:00
05d4176d34
Fixes #8201 : Custom integer fields should allow negative integers as minimum/maximum values
2022-01-03 10:07:19 -05:00
de698154cd
Fixes #8030 : Validate custom field names
2021-12-09 15:19:19 -05:00
cede27b5fe
Merge branch 'develop' into feature
2021-11-12 09:09:15 -05:00
0b705553a5
Fixes #7809 : Add missing export template support for various models
2021-11-11 16:16:54 -05:00
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
7614f423e5
#7612 : Use escape() rather than strip_tags()
2021-11-03 08:56:30 -04:00
32205045ba
Use multi-value filters for custom fields
2021-10-28 16:40:51 -04:00
2e0f15b35f
Automatically add additional lookup filters for custom fields
2021-10-28 16:09:36 -04:00
7c60089692
Ditch CustomFieldFilter
2021-10-28 15:36:12 -04:00
15e011ae52
Closes #7452 : Add JSON custom field type
2021-10-28 10:29:14 -04:00
d48a68317d
Fixes #7612 : Strip HTML from custom field descriptions
2021-10-27 08:41:28 -04:00
176bd2396b
Closes #6711 : Add longtext custom field type with Markdown support
2021-10-14 14:48:00 -04:00
94b8d36065
Introduce ContentTypesColumn for custom field and webhook tables
2021-08-26 12:55:37 -04:00
499005f84d
Merge branch 'develop' into feature
2021-08-23 13:23:39 -04:00
10847e2956
Optimize addition/removal of default custom field values
2021-08-16 14:48:56 -04:00
9b0258fef4
Fixes #6686 : Force assignment of null custom field values to objects
2021-08-16 14:38:06 -04:00
878288fbec
Merge branch 'develop' into feature
2021-07-23 08:02:21 -04:00
a038e8bba4
Fixes #6777 : Fix default value validation for custom text fields
2021-07-21 16:02:32 -04:00
c14b546d5f
#6372 : Refactor Select2 naming
2021-07-19 16:39:16 -07:00
b017927c69
Add UI views for custom fields
2021-06-23 17:10:04 -04:00
efa0fc2b09
Fixes #6640 : Disallow numeric values in custom text fields
2021-06-22 14:00:54 -04:00
1658d7ae86
Fixes #6217 : Disallow passing of string values for integer custom fields
2021-06-02 16:12:11 -04:00
ef78a7d41b
Merge branch 'develop' into feature
2021-04-15 15:46:48 -04:00
92df40a6a0
Fixes #5652 : Update object data when renaming a custom field
2021-04-15 12:04:34 -04:00
1ddc1a6781
Closes #5451 : Add support for multiple-selection custom fields
2021-03-01 14:52:57 -05:00
3f216fa4a3
Remove unused CustomFieldModel class
2021-03-01 14:33:52 -05:00
bec7ea7072
Standardize model types based on function
2021-02-24 21:01:16 -05:00
af3c4905ea
Fixes #5558 : Fix regex validation support for custom URL fields
2020-12-31 10:21:01 -05:00