Commit Graph
4324 Commits
Author SHA1 Message Date
Jože Fortun fc4e634fe5 Update condition for when sidebar is mobile 2023-02-10 14:14:25 +01:00
Katrin Yordanova 96f8bc55c2 Use workflow name as title of file if handle isn't provided 2023-02-10 14:35:06 +02:00
Jože Fortun 771af663f0 Add multi value toggle to module edit field row 2023-02-10 12:55:48 +01:00
Jože Fortun 6401afce36 Show only JSON encoding strategy for multi value fields 2023-02-10 12:55:37 +01:00
Jože Fortun ae90e618d2 Hide public and protected tabs from discovery settings 2023-02-10 12:55:30 +01:00
Jože Fortun ee392ecf16 Add ability to toggle block border 2023-02-10 11:42:29 +01:00
Jože Fortun 3af167c1d6 Fix discovery settings field picker not parsing saved values 2023-02-09 16:23:26 +05:30
Vivek Patel ab283f89c3 Fix saving issue with module discovery settings
By Migrating discovery settings to support multi-language, and updated module discovery config struct to support multi lang result.
2023-02-09 16:23:26 +05:30
Mumbi Francis 26260ee905 Change PGSQL CortezaID columns datatype to numeric 2023-02-08 17:57:46 +03:00
Jože Fortun b32f688032 Fix record organizer 2023-02-07 15:38:20 +01:00
Tomaž Jerman 2358d418ba Add a check to skip base resource provisioning
Before it would overwrite some RBAC rules with the pre-defined ones.
2023-02-07 13:49:05 +01:00
Atanas Yonkov 39c53b7ac3 Show Warning Message for Unsaved Changes in Compose 2023-02-07 11:37:39 +02:00
Jože Fortun f265e1b68c Update stable version badge to ignore pre-releases 2023-02-06 17:36:04 +01:00
Katrin Yordanova e3b1ec8022 Fix sidebar not behaving properly in reporter webapp 2023-02-03 12:52:21 +02:00
Katrin Yordanova 4a5fcc50d9 Require name value when creating/editing a workflow in workflow webapp 2023-02-02 11:48:26 +02:00
Jože Fortun 90afab7d48 Remove chartjs from compose yarn.lock 2023-02-01 14:54:16 +01:00
Jože Fortun 2050078076 Fix reporter page blocks not appearing 2023-02-01 13:29:08 +01:00
Jože Fortun 8f6f1cc8f8 Fix admin dashboard user chart tooltips 2023-02-01 11:01:16 +01:00
Jože Fortun 390a14ea73 Replace chart on admin dashboard with echarts 2023-01-31 18:11:33 +01:00
Katrin Yordanova 4ccafb19da Make name property required when creating templates, dal connections, workflows, auth clients and sensitivity levelsE 2023-01-31 17:11:14 +02:00
Kelani Tolulope 424ee1c1fc Fix for zoom button z-index appearance on geometry block 2023-01-31 12:56:03 +01:00
Kelani Tolulope e580f7705d Fix record list filter issue inside a modal 2023-01-31 12:54:24 +01:00
Tomaž Jerman 5edc1c415e Make name required for sensitivity levels 2023-01-30 17:17:42 +01:00
Tomaž Jerman 7bc6101976 Make name required for auth clients 2023-01-27 16:24:27 +01:00
Tomaž Jerman 7046a7fa00 Make sens. level handle not required to keep consistent 2023-01-27 16:14:26 +01:00
Jože Fortun 9d72c6c1a6 Make block refresh UI more intuitive 2023-01-26 18:04:59 +01:00
Peter Grlica 536126659c Update GH actions to exit on failed server tests 2023-01-26 15:40:18 +01:00
Tomaž Jerman d431b90a98 Make names required for resources 2023-01-26 15:22:59 +01:00
Jože Fortun 3c8c7d345c Rename module Privacy settings to Privacy 2023-01-26 13:09:04 +01:00
Jože Fortun ab608c3472 v2023.3.0-dev.2 2023.3.0-dev.2 2023-01-26 12:35:59 +01:00
Peter Grlica 07a7feb200 Fixed apigw integration test 2023-01-26 12:35:59 +01:00
Vivek Patel ef37121872 Fix record tests
Issue with returning invalid, empty errors
2023-01-26 12:17:04 +01:00
Jože Fortun 1e94eb3baf Fix lint issues for compose 2023-01-26 12:17:04 +01:00
Vivek Patel cc51a28b60 Fix broken tests
- TestStepAggregate
- TestQLWrapParsing

By fixing ast node parsing for more than 2 argument operators
2023-01-26 11:24:05 +01:00
Jože Fortun aa45d94ec5 Fix lib/js record tests by adding undelete property 2023-01-26 11:24:05 +01:00
Tomaž Jerman a5a716e451 Add NoAnimation to compose chart config 2023-01-26 10:41:35 +01:00
Jože Fortun f9cc910e5a Add option to disable chart animations and prevent animation when refreshing chart block 2023-01-26 10:41:35 +01:00
Kelani Tolulope 41f1283e9d Add navigational page block 2023-01-26 09:51:16 +01:00
Vivek Patel d5ce490906 Add default val handler on MsSQL 2023-01-26 13:46:09 +05:30
Vivek Patel 83f95ed5da Refactor data-privacy endpoints
Moved DataPrivacyRequest and DataPrivacyRequestComment under DataPrivacy route
2023-01-25 22:25:48 +05:30
Tomaž Jerman f45ae3c6bc Add val handler for bool type on MySQL 2023-01-25 22:17:24 +05:30
Vivek Patel 36bc78764c Add val handler for bool type
Add ql value handler for bool type for drivers.

Fixes #599, #583
2023-01-25 22:14:46 +05:30
Vivek Patel f3364228f3 Merge branch '2023.3.x-feature-add-between-operators' into 2023.3.x 2023-01-25 22:06:28 +05:30
Vivek Patel 2027409b0d Support ql between/not between operator
For number type, IE (Field1 BETWEEN X X) or (Field1 NOT BETWEEN X X)
2023-01-25 22:05:30 +05:30
Kelani Tolulope f761d0183b Add between and not between operators functionality 2023-01-25 22:05:30 +05:30
Vivek Patel ba15a3ba96 Merge branch '2023.3.x-feature-dedup-updates' into 2023.3.x 2023-01-25 22:03:18 +05:30
Vivek Patel e7fa07cfae Extends DeDup capabilities
Support modifier for value search and allow ability to select matching criteria for multi value field

- Removed name from rule for now
- Value modifier to search with are ignore-case, case-sensitive, fuzzy-search, sounds-like
- Multi value matching criteria are one-of, equal
- Migrate RecordDeDup config for module, by adding upgrade fix for module.config.recordDeDup to migrate as per to the latest DeDupRule struct.
2023-01-25 21:54:36 +05:30
Kelani Tolulope 5f4d02ac84 Update de-duplication UI on module and fields configuration pages 2023-01-25 16:37:18 +05:30
Jože Fortun 74f372794b Fix manual refresh not working for chart, calendar, record organizer and reporter blocks 2023-01-20 13:26:33 +01:00
Tomaž Jerman 0419d0240b Add the float cast function to workflow gval handlers 2023-01-20 11:53:41 +01:00