Jarrod Flesch
36a22f2b3c
chore: fixes failing where builder
2024-04-04 14:28:47 -04:00
Jarrod Flesch
07d118ae7d
chore: fix filtering tests
2024-04-04 13:39:17 -04:00
Jacob Fletcher
6a329f7a8e
fix(ui): adds optional chaining to fieldComponentProps in buildColumnState
2024-04-04 12:23:31 -04:00
Jarrod Flesch
cbc079bfff
Merge branch 'fix/alpha/fields-e2et push' into fix/alpha/admin-e2e
2024-04-04 11:58:21 -04:00
Jarrod Flesch
09358d5853
chore: fix customLabel inside buildColumnState
2024-04-04 11:42:48 -04:00
James
faef0784ee
chore: re-enables fields-relationship tests
2024-04-04 11:22:39 -04:00
Jacob Fletcher
b8d1aec1e5
fix(ui): properly sanitizes functional labels from field map
2024-04-04 10:53:04 -04:00
Jacob Fletcher
7894a54a0e
Merge branch 'alpha' into fix/alpha/admin-e2e
2024-04-04 10:02:37 -04:00
Jarrod Flesch
cae0399584
chore: adds types to default columns
2024-04-04 09:54:05 -04:00
Jarrod Flesch
d79748a967
chore: more admin test fixes
2024-04-04 09:28:12 -04:00
Alessio Gravili
806b04e0ca
Merge pull request #5633 from payloadcms/feat/form-server-validation
2024-04-04 09:07:05 -04:00
Paul
e092e9ba67
fix: missing data in first user registration ( #5645 )
2024-04-03 19:08:10 -03:00
Jacob Fletcher
8f4b8f5826
fix(ui): shares sort order between where builder and column selector
2024-04-03 17:31:57 -04:00
Jacob Fletcher
c607b01f33
chore(ui): extracts reduceFieldMap from where builder
2024-04-03 17:31:47 -04:00
Jarrod Flesch
67361e9ed5
chore: fixes bulk upldate test
2024-04-03 16:56:54 -04:00
James
7bec3c90cd
chore: adds ux de-flaking to relationship field
2024-04-03 16:14:01 -04:00
Jacob Fletcher
ca4e6c46bc
fix(ui): properly sorts table columns
2024-04-03 15:09:38 -04:00
James
678da159a9
Merge branch 'alpha' of github.com:payloadcms/payload into feat/form-server-validation
2024-04-03 14:20:39 -04:00
James
cc3b51fb3b
chore: logs to localization seed
2024-04-03 14:18:36 -04:00
James
060344bb5a
chore: logs for ci visibility
2024-04-03 14:09:42 -04:00
Jacob Fletcher
b42c67040d
fix(ui): properly flattens tabs field map
2024-04-03 14:01:21 -04:00
Alessio Gravili
f3b18fcf0e
chore: move autosave new document creation & redirect logic to server, fixes versions e2e flakes due to late redirect
2024-04-03 13:50:52 -04:00
Elliot DeNolf
a86c69edc9
fix: sets beforeValidateHook req type to required ( #5634 )
...
Co-authored-by: Patrik <patrik@payloadcms.com >
2024-04-03 13:45:44 -04:00
Jessica Chowdhury
55c60a05dc
feat(plugin-seo): adds Norwegian translation ( #5629 )
2024-04-03 13:26:44 -04:00
Jacob Fletcher
ecf40cc747
fix(ui): renders field description functions
2024-04-03 13:18:49 -04:00
Jacob Fletcher
197458e60b
chore: adds isReactComponent utility
2024-04-03 13:18:49 -04:00
Alessio Gravili
0c3ffb0743
chore: expect accurate error in uploads e2e test
2024-04-03 13:14:38 -04:00
Alessio Gravili
56dffd3c58
fix: validation not running correctly when changing field state and submitting form immediately after
2024-04-03 13:00:23 -04:00
Elliot DeNolf
a8a273f0d8
chore(cpa): ensure project name is slugified ( #5631 )
2024-04-03 12:18:46 -04:00
Jarrod Flesch
9f4ab26696
chore: passing admin/nav tests
2024-04-03 12:17:48 -04:00
James
4ddef9d648
chore: adds prop to form to allow server validation only on submit
2024-04-03 12:03:05 -04:00
Jessica Chowdhury
7cccca8194
chore(alpha): update fields-relationship e2e tests ( #5553 )
...
* fix: handles filter options in form state merge
* chore: fix and reintegrate fields-relationship e2e tests
* chore: update withMergedProps function for e2e tests
2024-04-03 16:11:19 +01:00
James Mikrut
2a8b678a4b
Merge pull request #5604 from payloadcms/fix/postgres-fields
...
chore: revisions to baseIDField
2024-04-03 10:55:43 -04:00
James
f6bc3eb014
chore: passing pg
2024-04-03 10:39:38 -04:00
Elliot DeNolf
007917df19
ci: docker compose v2, v1 no longer supported on gh runner ( #5626 )
2024-04-03 10:34:49 -04:00
Alessio Gravili
fe280e6bb1
fix(richtext-lexical): disable instanceof HTMLImageElement check as it causes issues when used on the server
2024-04-03 09:55:23 -04:00
Jarrod Flesch
a330fe6017
chore(ui): simplifies adminThumbnail functionality ( #5615 )
2024-04-03 08:49:31 -04:00
Jessica Chowdhury
4ee4ad25b0
fix(alpha): number field with hasMany accept defaultValue array ( #5619 )
2024-04-03 08:05:49 -04:00
Paul
8174230afe
chore: plugin form builder e2e ( #5612 )
...
* chore: update plugin files to esm
* chore: add e2e for plugin form builder
* chore: update release script and gh workflow
* chore: update build command for form builder plugin
2024-04-02 20:56:37 -03:00
James
25d475e165
chore: revisions to baseIDField
2024-04-02 17:04:27 -04:00
Alessio Gravili
f6d2dd520c
Merge pull request #5561 from payloadcms/temp38
...
fix: test suite & transactions fixes
2024-04-02 16:00:10 -04:00
Dan Ribbens
825ca94080
fix: duplicate handles locales with unique ( #5600 )
...
* fix: duplicate errors with localized and unique fields
* docs: beforeDuplicate hooks
2024-04-02 15:30:49 -04:00
Alessio Gravili
7f674f9861
chore: fix payload HMR being run during e2e & int tests
2024-04-02 15:01:18 -04:00
Alessio Gravili
44295ff248
chore: use initPayloadInt consistently in all int test suites and do not init payload twice
2024-04-02 13:39:01 -04:00
Alessio Gravili
7054ae8a88
chore: unit/int test CI stuff
2024-04-02 12:00:32 -04:00
Alessio Gravili
d7e913be95
fix: do not re-use same transaction ID for parallel operations
2024-04-02 11:08:04 -04:00
James
c7274ba16f
chore: wires up conditions for collapsibles, groups, etc
2024-04-02 10:39:52 -04:00
Elliot DeNolf
b26117a65d
feat(cpa): strict true 😈 ( #5587 )
2024-04-01 23:05:57 -04:00
James
94d0e28ad7
chore: local api sdk for e2e tests
2024-04-01 21:53:30 -04:00
James Mikrut
33657b4b49
Merge branch 'alpha' into temp38
2024-04-01 17:37:54 -04:00