|
f41b71d3c7
|
Support combination of non-query table (so goto only) plus variants.
|
2023-09-29 17:10:06 -05:00 |
|
|
8a018c34f6
|
Merge branch 'main' into feature/fix-urlencoding-primary-keys
|
2023-09-26 08:32:17 -05:00 |
|
|
1b4f70a547
|
Merge pull request #32 from Kingsrook/feature/CE-609-infrastructure-remove-permissions-from-header
Feature/ce 609 infrastructure remove permissions from header
|
2023-09-25 16:28:33 -05:00 |
|
|
37a18bbe0d
|
Add some urlencoding of primary keys in query, view, and run process; updated qqq-frontend-core to also do more urlencoding
|
2023-09-25 13:33:20 -05:00 |
|
|
98cc2ceb00
|
Merge remote-tracking branch 'origin/feature/deploy-test-jar'
|
2023-09-22 10:35:05 -05:00 |
|
|
e351883d73
|
add check for table
|
2023-09-22 09:46:00 -05:00 |
|
|
01d18902d7
|
more updates to allow process to be manually ran
|
2023-09-20 19:52:13 -05:00 |
|
|
5aac9ce069
|
hotfix: fixed bug where navigating from one record to another, then hitting the 'e' button goes to the edit screen for the previous record
|
2023-08-17 16:13:50 -05:00 |
|
|
7ea50dd7bb
|
Merge branch 'main' into feature/CE-609-infrastructure-remove-permissions-from-header
# Conflicts:
# package.json
|
2023-08-17 11:42:51 -05:00 |
|
|
8bebef1abe
|
CE-567 Pass table name to init (for table-generic processes that might want it)
|
2023-08-15 19:44:58 -05:00 |
|
|
7bf515554d
|
CE-609 - staged-rollout-ready - keeping the auth header, but also setting sessionUUID cookie; placeholder for quick-rollback; added todo#authHeader comments to mark where follow-up needs to happen after happy with new code
|
2023-08-15 09:08:44 -05:00 |
|
|
efc423e819
|
CE-607 Support fields from an exposed-join on a view screen.
|
2023-08-08 15:54:57 -05:00 |
|
|
f1dacea6f5
|
Merge pull request #27 from Kingsrook/dev
dev into sprint-30
|
2023-08-01 18:46:03 -05:00 |
|
|
b9d81e730f
|
Add percents to ColumnStats
|
2023-07-27 08:39:58 -05:00 |
|
|
9c51b3949e
|
CE-551 Add keyboard shortcuts to Record Query screen; fix to not take keyboard commands while keyboard-help screen is up
|
2023-07-25 14:10:50 -05:00 |
|
|
a42cabd903
|
Dot-menu css; add help menu; make 'a' always open audit on recordView
|
2023-07-06 12:05:18 -05:00 |
|
|
6b44742cb5
|
Add try-catch around counting
|
2023-07-04 10:16:50 -05:00 |
|
|
e9f8684b82
|
CTLE-214: dot menu bug fixes and updates
|
2023-07-03 16:43:18 -05:00 |
|
|
b3a21d6e22
|
Merge branch 'integration/sprint-28' into feature/CTLE-503-optimization-weather-api-data
|
2023-07-03 15:11:58 -05:00 |
|
|
36ea9c26db
|
ADding goto record button/dialog
|
2023-07-03 11:14:28 -05:00 |
|
|
690a7a1cae
|
CTLE-436: added variant selection when querying or viewing records
|
2023-06-28 19:33:44 -05:00 |
|
|
0abc8ae8b8
|
Fix merge conflict (duplicated gotoCreate function)
|
2023-06-28 15:53:09 -05:00 |
|
|
37647e25b8
|
Merge branch 'integration/sprint-28' into feature/CTLE-214-dot-menu
|
2023-06-28 15:46:50 -05:00 |
|
|
49422e5118
|
Add runRecordScript process
|
2023-06-28 12:43:00 -05:00 |
|
|
f26dd763fa
|
Fix link to dev mode in case on a saved filter URL
|
2023-06-28 12:42:46 -05:00 |
|
|
4243c5dbd7
|
CTLE-214: initial checkin of 'dot menu'
|
2023-06-26 09:17:50 -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 |
|
|
87e82c26ba
|
Merge branch 'integration/sprint-28' into feature/CTLE-214-dot-menu
|
2023-06-22 10:17:11 -05:00 |
|
|
0c32f25d79
|
CTL-214: initial checkin
|
2023-06-22 10:04:14 -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 |
|