Commit Graph

206 Commits

Author SHA1 Message Date
f26dd763fa Fix link to dev mode in case on a saved filter URL 2023-06-28 12:42:46 -05:00
13cfd29d8c Same fix as previous for when clearing filter 2023-06-22 16:33:50 -05:00
11a4ca256a Fix how filter models get set when a saved filter is loaded 2023-06-22 16:24:26 -05:00
45063ac416 Add Duplicate! 2023-06-21 12:14:39 -05:00
97f1ac2263 Store in local storage what api & version were selected (and re-select them0 2023-06-21 12:05:03 -05:00
5b6167ddb8 Merge branch 'feature/sprint-27' into feature/custom-filter-panel 2023-06-20 10:17:56 -05:00
50979a1ecc Checkpoint; nearing completion of custom filter panel 2023-06-19 08:40:47 -05:00
b9adcee4b8 Merge branch 'feature/CTLE-153-default-ct-live-packing-slips-to-deposco' into integration/sprint-26 2023-06-06 10:04:28 -05:00
b7addd315b Don't push onto history when launching process 2023-06-05 16:49:51 -05:00
a6a9969cba Post filter & fields as formParam instead of queryParam, to avoid 431 err 2023-06-05 16:49:34 -05:00
4c5adf1807 Merge pull request #20 from Kingsrook/feature/CTLE-434-oms-update-business-logic
Feature/ctle 434 oms update business logic
2023-06-02 09:48:10 -05:00
000eb24262 Checkpoint - new custom filter panel 2023-06-01 10:59:39 -05:00
48ebcb63c0 Updates for supporting blobs 2023-05-30 10:23:08 -05:00
6d1aa54d53 fixed bug where all selected columns would be selected for a table when hitting back button after running a process then clicking on a new record from process results 2023-05-26 16:08:17 -05:00
b05f12ab5c fixed z-index on selection box 2023-05-25 10:51:35 -05:00
79e6f6f266 Merge branch 'feature/custom-columns-panel' into feature/CTLE-434-oms-update-business-logic 2023-05-22 11:03:39 -05:00
3d86bbfb71 Custom columns panel - for showing join tables hierarchically 2023-05-22 08:43:21 -05:00
15753a0085 Merge remote-tracking branch 'origin/dev' into feature/CTLE-434-oms-update-business-logic
# Conflicts:
#	package.json
#	src/qqq/utils/HtmlUtils.ts
2023-05-19 15:01:38 -05:00
f7ff4cf2fc Add export to RecordGridWidget 2023-05-19 14:54:57 -05:00
3a7cadf5c2 Clean csv values; Update qfc - for audit count fix 2023-05-19 11:51:20 -05:00
61f7339400 Merge remote-tracking branch 'origin/dev' into feature/CTLE-477-need-to-see-demand-for-boxes
# Conflicts:
#	src/qqq/components/widgets/Widget.tsx
2023-05-19 11:18:43 -05:00
1011271b5e Add export to ColumnStats; fix formatDateTimeForFileName 2023-05-19 11:17:16 -05:00
ecbd8ed9f6 updated to show error if widgets dont load correctly, tried to make 'big icons' more specific and an 'opt in' 2023-05-18 15:51:46 -05:00
306640e0ee Handle warnings on delete; move more between-page state to state object (out of query string); 2023-05-10 17:08:37 -05:00
6deee87585 Added dont-go-async flag 2023-05-08 14:18:03 -05:00
97d499b0b6 Update to allow auth (api-key) 2023-05-05 11:38:46 -05:00
35068b6b69 Reverting unintented change to code-viewer layout (keeping reveal layout good) 2023-05-04 18:49:56 -05:00
cbaeb3cce4 Fixes for column stats with joins; fix some js console warnings; 2023-05-04 10:54:15 -05:00
566fc6d984 Merge branch 'dev' into integration/sprint-25 2023-05-03 11:16:56 -05:00
915b904a77 Set 'show-curl-before-try' 2023-05-02 19:57:19 -05:00
9a6e07c462 Fix to not show all fields from new join tables 2023-05-02 19:56:55 -05:00
2c894f0466 Merge branch 'feature/CTLE-207-query-joins' into dev 2023-05-02 15:13:28 -05:00
835a7d30fd CTLE-421: fixed a warning 2023-05-02 15:09:43 -05:00
74f0876de4 Fixes for joins 2023-05-01 15:12:51 -05:00
47463ad315 Keep columnStats, RecordGridWidget columns sorted by-section, not alpha. 2023-04-26 12:49:35 -05:00
e99cfcb7ff Checkpoint of joins, new handling of the select-all/page/ and new 'subset' options 2023-04-26 11:44:13 -05:00
eafaf897e6 Try again re: not rendering if columns weren't known; change to use local rowIndex, not one from backend 2023-04-24 13:07:36 -05:00
472fb03ed0 Joins on Record Query; Count action w/ distinct input/output; JSX Element option for pageHeader 2023-04-24 12:30:19 -05:00
8ed5a71f19 WIP on showing tables (joins) in columns panel 2023-04-20 12:24:47 -05:00
1c0535cdc0 add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error 2023-04-20 10:53:49 -05:00
eca6c5c8b3 CTLE-397: sorting processes on view screens 2023-04-19 09:44:54 -05:00
1f57607d7c CTLE-397: updated to sort process labels in actions menu on query screen 2023-04-18 21:08:00 -05:00
c87dce14e9 CTLE-397: updated to sort process names in actions menu on query screen 2023-04-18 17:34:11 -05:00
9d809f400b CTLE-397: fix bug on unencoded component filterJSON 2023-04-18 17:25:24 -05:00
f66b9e6b10 Trun on schema-description-expanded 2023-04-13 11:51:33 -05:00
369401d315 Support section.gridColumns 2023-04-13 11:51:10 -05:00
0aad78d16b Merge pull request #16 from Kingsrook/feature/column-stats
Feature/column stats
2023-04-06 13:32:00 -05:00
6f90780b23 Next version of fix dashboard dropdowns! 2023-04-06 12:27:33 -05:00
5d34f60a46 Make work with multiple apis (or a table in no apis) 2023-04-04 15:48:59 -05:00
d9ac5dee5a add sort-endpoints-by=method 2023-03-29 18:11:32 -05:00