3
0
Commit Graph

4956 Commits

Author SHA1 Message Date
Kelani Tolulope
f2527ef43e Add back navigation feture on record modal 2023-10-24 13:24:33 +01:00
Kelani Tolulope
31bc22db3c Add improvement to tabbed page block configuration 2023-10-24 13:21:01 +01:00
Katrin Yordanova
0f1af05f26 Add spinner to CInputConfirm and apply necessary changes to all webapps 2023-10-24 13:15:05 +03:00
Katrin Yordanova
2ae3484eb6 Add CButtonSubmit and apply it to webapps 2023-10-24 12:37:04 +03:00
Mumbi Francis
82636aefaf Add an option to soft delete page icon 2023-10-24 12:34:40 +03:00
Katrin Yordanova
305b334d3e Add text primary to form groups across all webapps 2023-10-24 12:30:44 +03:00
Jože Fortun
90fb441069 Fix compose tests 2023-10-23 16:48:10 +02:00
Jože Fortun
2508b60dc0 Add ability to manage custom chart color schemes 2023-10-23 16:34:18 +02:00
Emmy Leke
6f455148ec Add ability to determine number of records loaded at once. 2023-10-23 16:17:51 +02:00
Peter Grlica
e5c3edabd6 Removed notification actions 2023-10-20 15:56:17 +02:00
Jože Fortun
0073c0bf69 v2023.3.8 2023.3.8 2023-10-18 15:53:30 +02:00
Jože Fortun
20592216f2 v2023.3.8-rc.1 2023.3.8-rc.1 2023-10-18 10:58:50 +02:00
Jože Fortun
99d81ccf2e Fix reporter metric format 2023-10-17 16:58:24 +02:00
Jože Fortun
c9fca53b2b Fix console error when deleting block in compose page builder 2023-10-17 16:57:15 +02:00
Jože Fortun
a7dd0743ae Fix record modal closing by itself if quickly closing and opening a new modal in under 300ms 2023-10-17 15:41:23 +02:00
Jože Fortun
d2eca44325 Fix page layout expressions variables when switching from view to edit mode 2023-10-17 15:41:16 +02:00
Jože Fortun
28d4d0d1b1 Change automation tab item list :key to index 2023-10-17 11:07:56 +02:00
Tomaž Jerman
532e1ac46b Fix lapsus with envoyx json decoder
The decoder's reset didn't reset because we used an incorrect
reader and didn't reload the JSON decoder.
2023-10-16 12:26:39 +02:00
Tomaž Jerman
399f9a7cc4 Plug new envoy to record import endpoints 2023-10-09 14:45:01 +02:00
Jože Fortun
38580e549d v2023.3.7 2023.3.7 2023-10-04 10:29:18 +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
Jože Fortun
48c2db1529 Improve builder performance with record lists 2023-10-02 16:43:36 +02:00
Jože Fortun
c36a1e53a9 Rename apigw profiler hit route 2023-09-29 15:22:31 +02:00
Jože Fortun
f1b77d453a v2023.3.7-rc.2 2023.3.7-rc.2 2023-09-29 12:53:54 +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
Jože Fortun
86c12cc57c Sync how permissions buttons UI/UX looks 2023-09-28 15:17:01 +02:00
Jože Fortun
ed377a7d2b Remove required from user name on user update 2023-09-28 13:33:13 +02:00
Jože Fortun
478a99f683 v2023.3.7-rc.1 2023.3.7-rc.1 2023-09-28 10:58:24 +02:00
Jože Fortun
8c6c3b8cd9 Adjust record page blocks refresh in modal 2023-09-27 17:22:23 +02:00
Jože Fortun
55dfcb8ab7 Fix page not rendering when using add in magnified record list 2023-09-26 12:42:22 +02:00
Jože Fortun
a052906a4f Add option to remove user defined filter presets 2023-09-26 09:56:17 +02:00
Jože Fortun
baf8b10282 Make record and user fields sortable 2023-09-26 09:56:17 +02:00
Jože Fortun
daf1caeb1d Fix refresh all record values prompt in modal 2023-09-26 09:55:18 +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
Jože Fortun
5fbd8ee97f Fix page/layout builder change detection 2023-09-25 10:39:41 +02:00
Jože Fortun
bc825c16d7 Adjust topbar padding to be only on title 2023-09-21 15:04:12 +02:00
Jože Fortun
733c56e7fc Fix lib/js tests 2023-09-21 14:48:37 +02:00
Jože Fortun
a544780753 Fix non-record blocks not refetching on record create/update 2023-09-20 15:52:06 +02:00
Jože Fortun
c12ca79392 Fix record not referenced when creating related record in a modal 2023-09-20 12:10:42 +02:00
Jože Fortun
ba2d4fe93b Fix record values not resolving in edge cases 2023-09-20 12:10:39 +02:00
Jože Fortun
5b9a17962b Transition layout builder block change detection to ID's instead of indexes 2023-09-20 10:56:32 +02:00
Jože Fortun
d64ed2b456 Add option to save page layout as copy with or without references 2023-09-20 10:56:28 +02:00
Jože Fortun
c89df1c846 Remove redundant param from namespace importer 2023-09-19 13:17:17 +02:00
Jože Fortun
c447c45ea2 Adjust sidebar nav items collapse button style 2023-09-18 16:07:32 +02:00
Jože Fortun
d5f8faac5a Sync page edit icons 2023-09-18 15:21:03 +02:00
Jože Fortun
d2cc2c8dc3 Add additional expression information for page layout visibility conditions 2023-09-18 15:17:23 +02:00
Jože Fortun
c997655b96 Update namespace import UI 2023-09-18 14:40:24 +02:00
Jože Fortun
ab77d4973b Change default c-input-confirm cancel varient to light 2023-09-18 14:29:11 +02:00
Jože Fortun
251c05abf1 Fix double event registration for RecordListBase 2023-09-14 14:17:06 +02:00
Katrin Yordanova
917eb386c6 Add cypress id to app selector icon in topbar 2023-09-14 14:32:54 +03:00