efa67da7f9
CE-1727 - Switch from use of updatedFrontendStepList to processMetaDataAdjustment, which can include updatedFields (specifically adding to change a dynamic possible value source, but, seems more flexible than just that)
2024-09-09 16:04:16 -05:00
3dc92aec88
CE-1727 - Add inlinePossibleValueSources option to fields; pass more data into DynamicSelect in a named object, so it's a little less loosely defined.
2024-09-09 16:01:30 -05:00
326367fbe0
Merge pull request #72 from Kingsrook/feature/CE-1647-update-filter-widget-to-show-preview
...
CE-1647: added preview to query filter widget
2024-09-04 16:17:40 -05:00
34a4fc19b4
CE-1647: added preview to query filter widget
2024-08-27 17:52:34 -05:00
418f7957a2
CE-1646 pass useCase (filter or form) into DynamicSelect and down to possibleValue backend calls
2024-08-23 08:51:24 -05:00
45b6b42836
Add a ?
in case no valueCount records came back - which, can happen for a join-field where there were no matching join records.
2024-07-05 12:42:42 -05:00
69f1cfe92f
Merge pull request #64 from Kingsrook/feature/fix-process-pvs-display-value
...
Fix to fetch possible-values when switching screens, to display label…
2024-06-19 16:32:38 -05:00
2ed95ff77a
Update to not submit 'undefined' values to backend
2024-06-14 11:38:55 -05:00
66336a28ed
Fix to fetch possible-values when switching screens, to display labels properly.
2024-06-14 09:11:15 -05:00
122fef152c
CE-938: fixed issue where modal record query was accepting shortcut keys for new/copy/etc.
2024-06-05 10:38:30 -05:00
a778b7497a
CE-938: updated to get filter and column setup values from widget data, rather than 'default values'
2024-06-04 13:43:39 -05:00
c3503a719f
CE-938 - Add class & rule for margin of alert-widgets inside processes
2024-06-04 10:54:43 -05:00
d9e9a0be08
CE-938 Add calls to processCancel
2024-05-28 16:27:51 -05:00
2b5cc1610f
For CE-1280 - add helpContent to process steps, along with css for help content to do standard app style alerts
2024-05-15 19:42:25 -05:00
eb42a86655
CE-1180 Update to only set formik values for fields that are in the form (to avoid setting, e.g., 'backend only' type fields, like the extract code-reference
2024-05-15 09:01:38 -05:00
16a08cfd42
Fix, don't push record-view/process urls into history
2024-05-14 22:28:25 -05:00
0831a87674
CE-1180 Add joins to request for the record
2024-05-13 08:46:46 -05:00
dd5cd459ce
CE-1180 reset formik form values (to latest values from backend) after each backend step
2024-05-13 08:46:11 -05:00
17f378131d
CE-1180 Add a null-check in ensureOrderBysFromJoinTablesAreVisibleTables (not sure why, but feels safe and good)
2024-05-10 15:51:37 -05:00
fcadea3192
CE-1180 Better support for processes w/ dynamic flows, by using updtedFrontnedStepList;
...
- fixed min-height on the bar w/ steps (e.g., before they're known)
- updated EDIT_FORM to support values: "includeFieldNames" - to do a sub-set of field names (so you can organize them a bit across multiple EDIT_FORM's) and "sectionLabel"
2024-05-10 15:49:39 -05:00
8c9224aceb
CE-1180 Add new table/key?queryString endpoint, to look up a record by a (unique) key and then view it
2024-05-10 15:33:56 -05:00
7e40fa90e9
CE-1068: updates to fix selenium tests
2024-04-30 19:28:35 -05:00
d17c7f6990
CE-1068: more updates for other operators to support variables
2024-04-30 19:04:34 -05:00
13d7cc6825
Merged feature/CE-882-add-functionality-of-sharing into feature/CE-1068-add-basic-functionality-of
2024-04-30 10:30:45 -05:00
ca715af84a
Merged feature/CE-1179-add-user-defined-inputs-to into feature/CE-1068-add-basic-functionality-of
2024-04-30 10:29:57 -05:00
8dc8ae0b6d
CE-1068 - Add dynamic form widget; add widgets on processes
2024-04-30 10:17:38 -05:00
8707aa8a94
CE-1179: checkpoint commit for integrations
2024-04-30 10:06:21 -05:00
c2ad1c34be
CE-882 Remove hard-coded table names for sharing; Disable sharing except for owner;
2024-04-28 20:35:18 -05:00
ef8eecd6cb
CE-882 Add button share modal dialog with button to open it;
...
also (unrelated) disable delete dialog's buttons while delete is running
2024-04-24 08:32:05 -05:00
387aad8087
CE-1115 do not setPageHeader to null on modals
2024-04-18 09:59:28 -05:00
362c528514
Merged main into feature/CE-881-create-basic-saved-reports
2024-04-18 09:12:27 -05:00
9b0d135dc1
Merge branch 'main' into feature/CE-1107-add-day-by-day-views-for-the
2024-04-17 20:54:19 -05:00
cb3162f084
CE-1115 Add sort indication to report setup; make recordQuery, when being used for report setup, not write local storage;
2024-04-16 20:39:33 -05:00
da57226fe5
CE-1123 - Update google analytics to work with events as well as page views; add calls to it to most actual pages.
2024-04-16 16:33:27 -05:00
73c907a3e1
CE-1115 Fix so that record query popup actually shows the filter & columns that are on the report edit screen... fix filters saved w/ record to be prep'ed for backend; refactor that prepForBackend method out of RecordQuery, into FilterUtils; update recordQuery to be a better manager of counts (showing when counting after the initial load, plus not always re-counting (e.g., when paginating)
2024-04-16 11:36:46 -05:00
731eab7136
CE-1123 update exception status to be number (for qfc change)
2024-04-15 12:52:59 -05:00
4339f74c07
Do not trigger commands if controlKey is down (to help windows users)
2024-04-15 10:41:45 -05:00
eafd8d98cd
CE-1115 pre-QA commit on saved report UI, including:
...
- redo pivots so editing is in a modal
- add form validations
- field rules for clearing one field when another changes
2024-04-14 20:10:29 -05:00
334871988b
CE-1107: added alert widget, fixed axios problems
2024-04-12 14:47:37 -05:00
2c0725852e
CE-1115 change exception status to numbers per qfc, axios update
2024-04-11 10:59:37 -05:00
53c3e4d078
CE-1115 change exception status to numbers per qfc, axios update
2024-04-11 10:49:14 -05:00
cb7fa641eb
CE-1115 checkpoint on report & pivotTable setup widgets:
...
- refactor into sub-components
- working drag & drop
- more help content
- disable things rather than alert if no table
2024-04-11 10:11:43 -05:00
6b8049d4ce
Remove dupe line from half-commit of a WIP change
2024-04-09 16:11:46 -05:00
dee4b91a96
CE-1115 - Pass record into DashboardWidgets
2024-04-09 16:03:37 -05:00
f47924787a
CE-1115 - Update to be used as a modal, and to take a usage prop, e.g., to differentiate between being used as query screen vs. used on report-setup screen
2024-04-09 16:03:15 -05:00
2fd6272ea3
CE-881 - Update download component to understand storageTableName & storageReference, as alternative to serverFilePath
2024-04-01 16:05:16 -05:00
7e15f4601d
Merged feature/quartz-scheduler into main
2024-03-29 18:35:41 -05:00
5e3991d9ae
CE-1120: updated to handle errors on join tables (specifically was happening with deposco customer orders)
2024-03-28 15:09:56 -05:00
230aaeef8c
Strip away null field names in criteria (e.g., from incomplete advanced filters) when storing in local storage, in saved views, and any time we load a view.
2024-03-21 16:41:09 -05:00
6c524c4eca
CE-936 - Fix editing child records; fix warning icon on view screen
2024-03-19 10:41:03 -05:00