Jože Fortun
06d362d244
Add option to disable on record save notifications per record page
2024-12-11 15:35:16 +01:00
kinyaelgrande
78b644a463
Fix isNil WF expression function
2024-11-28 18:46:05 +03:00
Mumbi Francis
031374e88b
Fix RecordValue dateOnly and timeOnly casting
...
and Gval nil DateTime value
2024-10-28 13:04:47 +03:00
Mumbi Francis
126309c6bc
Add record update info to records organize API
2024-10-08 15:09:38 +03:00
Mumbi Francis
55fadaa535
Add namespaceID to loaded module-field resource for eval permissions
2024-09-23 11:31:59 +02:00
Mumbi Francis
fcc5a751e6
Add record-values formatter to records patch service
2024-08-30 13:29:53 +03:00
Tomaž Jerman
b43da9f96b
Address multi value aggregation keys for reporting
2024-08-29 12:48:08 +02:00
Mumbi Francis
3b2d5b616c
Fix handling of datetime fields for date-only and time-only record values
2024-08-23 18:09:11 +03:00
Tomaž Jerman
c3bf35eee1
Add some nil checks to typed values
2024-08-23 13:28:16 +02:00
Tomaž Jerman
f17a9da29c
Allow record updates via envoy on matching IDs
2024-08-22 12:01:15 +02:00
Mumbi Francis
7a5e6cfa3b
Fix module deduplication translations and handling of multiple field errors
2024-06-14 16:38:51 +03:00
Jože Fortun
c73b84369d
Update chart number formatting
2024-06-14 13:27:46 +02:00
Mumbi Francis
32d09e5afc
Fix deduplication of unique values in module fields
2024-06-13 13:05:26 +02:00
Katrin Yordanova
4ec49fc4e2
Address comments
2024-06-12 15:21:09 +03:00
Katrin Yordanova
115f7462a9
Add support for number formatting in charts
2024-06-12 15:21:09 +03:00
Peter Grlica
fd7b018456
Null values on datetime fields
2024-06-12 12:38:06 +02:00
Peter Grlica
7b29b80163
Fixed latest/oldest record fetch automation function
2024-05-13 13:47:35 +02:00
Tomaž Jerman
13d0cd514f
Change ns clone/import to not require slugs
2024-03-11 09:17:25 +01:00
Tomaž Jerman
6fe0b8ae83
Fix empty datetime record value handling to not return zero timestamp
2024-02-26 14:12:42 +01:00
Tomaž Jerman
5f1b890c51
Address potential nil error for typed value clone
2024-02-09 14:59:22 +01:00
Mumbi Francis
16edc28809
Fix permissions trace issue on hasWildcard resources
2024-02-08 16:50:11 +03:00
Tomaž Jerman
2637334460
Fix post opt. tests
2024-02-06 13:39:22 +01:00
Tomaž Jerman
41e86f2c16
Fix unit tests
2024-02-06 13:39:22 +01:00
Tomaž Jerman
52ac5698c8
Introduce .Clone to typed values for deep copy
2024-02-06 13:39:22 +01:00
Tomaž Jerman
03ef28ea49
Fix compose/automation tests, add benchmarks
2024-02-06 13:39:22 +01:00
Tomaž Jerman
9cb5d05c34
Refactor expr bits for the new path utils
2024-02-06 13:39:22 +01:00
kinyaelgrande
c11165e19d
Fix reference to single-digit record ids
2024-01-09 14:38:31 +03:00
Peter Grlica
cbdad33e1c
Remove enabled setting on record deduplication
2023-12-22 12:13:23 +01:00
Peter Grlica
52ea952116
Module deduplication validation and provisioning of old rules
2023-12-21 10:08:53 +01:00
Tomaž Jerman
4520742ad8
Cover re-type alterations by creating additional columns
2023-12-13 10:17:12 +01:00
Tomaž Jerman
33821ddd9f
Fix dal schema alterations not presenting/reloading revision models
2023-12-12 15:27:48 +01:00
Peter Grlica
47beebb3f3
Added error wrapping for compose record wf functions
2023-11-30 15:24:56 +01:00
Tomaž Jerman
7d3c88f0b2
Fix DAL model diff computation for record revisions and psql db
...
* Fixed up type inconsistency.
* Added some missing type fit matching.
2023-11-14 13:20:54 +01:00
Tomaž Jerman
dc54b55e55
Fix namespace export error when resources reference deleted resources
2023-11-03 11:28:10 +01:00
Tomaž Jerman
5e3810302f
Fix tests
2023-10-27 16:33:47 +02:00
Tomaž Jerman
7c6fb592bc
Fix lapsus in module->model attribute type mapping
2023-10-26 17:09:59 +02:00
Tomaž Jerman
6795e5e0f2
Post testing tweaks and fixes
2023-10-26 17:09:58 +02:00
Tomaž Jerman
81a46b0546
Make record value setting more flexible with datetime fields
2023-10-26 17:09:57 +02:00
Tomaž Jerman
1eb360f43e
Hook svc level alteration management to DAL
2023-10-26 17:09:57 +02:00
Mumbi Francis
82636aefaf
Add an option to soft delete page icon
2023-10-24 12:34:40 +03:00
Tomaž Jerman
399f9a7cc4
Plug new envoy to record import endpoints
2023-10-09 14:45:01 +02:00
Tomaž Jerman
58e5b6a21b
Fix record fetching ending prematurely due to RBAC
...
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.
Track both fetched and filtered items to overcome this.
2023-10-03 17:38:39 +02:00
Tomaž Jerman
1e29e618f5
Revert "Fix record fetching ending prematurely due to RBAC"
...
This reverts commit 8e03ea56ef .
2023-09-29 12:29:42 +02:00
Tomaž Jerman
8e03ea56ef
Fix record fetching ending prematurely due to RBAC
...
If nothing from a chunk was included due to RBAC, the fetching ended
prematurelly.
Track both fetched and filtered items to overcome this.
2023-09-25 11:01:22 +02:00
Mumbi Francis
26e8dd0e4c
Fix issue with full-page navigation when show total is disabled
...
and resolve page count on the last page issue
2023-09-11 12:28:53 +03:00
Jože Fortun
9f42050b39
Add option to define custom record page layout titles with interpolation
2023-07-18 13:35:46 +02:00
Mumbi Francis
89f621c035
Add ability to select and perform bulk operations on all records
...
This change affects the recordlist and the bulk operations are edit,delete and undelete
2023-06-14 18:37:44 +03:00
Tomaž Jerman
2529cf337c
Add stale data errors to most resources
2023-06-12 12:28:52 +02:00
Tomaž Jerman
4ad121747d
Add page layouts to namespace export resources
2023-06-06 09:33:57 +02:00
Tomaž Jerman
88804b460e
Change filter slices to be []string vs []uint64
...
This is to allow front-end to properly handle ID values.
This change was done to keep consistent with what we were doing
before. Alternative version would be to have a sepparate struct
on the rest package.
2023-05-24 12:26:01 +02:00