Jarrod Flesch
8636685252
fix: simplifies field error paths ( #5504 )
2024-03-28 13:15:44 -04:00
Patrik
5873dfb731
fix(ui): incorrect conditions in WhereBuilder ( #5503 )
...
* fix: relationship field tests e2e
* chore: adds POLL_TOPASS_TIMEOUT to relationship field tests
* chore: adds comments to relationship test waits
2024-03-28 13:14:00 -04:00
Jarrod Flesch
c1d654c4ce
fix(tests): passing tabs test in fields suite ( #5463 )
2024-03-28 11:28:37 -04:00
Paul
d64b12b14c
fix: breadcrumbs on live preview tab ( #5478 )
2024-03-28 09:32:21 -03:00
Alessio Gravili
3f4ab5f95e
fix: undefined error when creating new row without subFieldState present ( #5502 )
2024-03-27 17:13:06 -04:00
Jacob Fletcher
ee1e94be96
fix(ui): sets proper id on publish button and updates custom button semantics in field map ( #5501 )
2024-03-27 17:09:16 -04:00
Alessio Gravili
1e9999a8d3
fix: shallow-copy new form state one level deeper, fixes conditions ( #5499 )
2024-03-27 16:51:13 -04:00
Jacob Fletcher
7fdf9b7012
fix(ui): threads initial data through document info provider ( #5498 )
2024-03-27 16:39:00 -04:00
Alessio Gravili
c16b869fea
Merge pull request #5491 from payloadcms/temp24
...
fix: form-state issues
2024-03-27 16:28:26 -04:00
Alessio Gravili
e6d4445a8a
chore: fix build
2024-03-27 16:03:23 -04:00
Jacob Fletcher
0f0da809da
Merge pull request #5497 from payloadcms/fix/table-cols
...
Fix/table cols
2024-03-27 16:00:06 -04:00
Alessio Gravili
db8e805a96
fix: improve error path merging from server, make sure no new or removed rows/values coming from the server are being considered outside addFieldRow
2024-03-27 15:55:19 -04:00
Jacob Fletcher
a882cc7e8e
fix(ui): properly handles column selector labels
2024-03-27 15:45:26 -04:00
Elliot DeNolf
acede26aa6
fix: imports from exports dir ( #5496 )
...
* chore: remove all internal importing from exports directory
* chore: more package.json main values to src/index.ts
2024-03-27 15:39:58 -04:00
Paul
9330919be8
fix: issue of losing locale when switching tabs between API and edit views ( #5494 )
...
* fix: issue of losing locale when switching tabs between API and edit views
2024-03-27 16:20:04 -03:00
Jacob Fletcher
91b4e91e9c
fix(ui): filters fields and unfurls subfields for table columns
2024-03-27 13:00:54 -04:00
Jacob Fletcher
bc9fe2f4f9
fix(ui): disables bulk edit for default id fields
2024-03-27 12:13:29 -04:00
Alessio Gravili
6f3934f2e5
fix: server form-state request wasn't triggered on first onChange
2024-03-27 11:44:50 -04:00
Alessio Gravili
79da297add
fix: form state not replaced if server has different data for rows
2024-03-27 11:44:02 -04:00
Alessio Gravili
6664535ab9
fix: form onChange using out-of-date old fields state
2024-03-27 11:43:35 -04:00
Alessio Gravili
80d290e178
fix: server-generated ID for base ID field is overriden on the client
2024-03-27 11:42:08 -04:00
Alessio Gravili
d144af6d8e
fix: baseIDField not included in form states
2024-03-27 11:41:21 -04:00
Jacob Fletcher
3f0d0ecd5f
fix(ui): prevents field errors from flashing when used outside of field props context ( #5488 )
2024-03-27 10:48:05 -04:00
Elliot DeNolf
0c51502cc5
Merge pull request #5464 from payloadcms/feat/cpa-updates
...
feat(create-payload-app): updates
2024-03-27 10:26:18 -04:00
Elliot DeNolf
e829650cd9
chore(create-payload-app): ESM test fix
2024-03-27 09:08:09 -04:00
Jacob Fletcher
a8082c551b
fix(next): removes reliance on instanceof from api error formatting ( #5482 )
2024-03-27 09:06:47 -04:00
Elliot DeNolf
fb32e2a561
test(create-payload-app): only use local-template in tests
2024-03-26 18:45:53 -04:00
Elliot DeNolf
8aa8a380e1
test: missing test dir deps, update cpa create project suite
2024-03-26 18:45:53 -04:00
Elliot DeNolf
f35b8b05e8
chore(create-payload-app): remove unneeded 2.0 func, add cli overrides
2024-03-26 18:45:53 -04:00
Elliot DeNolf
18299dc65e
chore: blank 3.0 template type
2024-03-26 18:45:53 -04:00
Elliot DeNolf
818ab2c10f
chore: restructure
2024-03-26 18:45:52 -04:00
Elliot DeNolf
df0bf28d57
chore: return error messages from parse
2024-03-26 18:45:52 -04:00
Elliot DeNolf
ff65f10c2f
chore: edge case for parsing next config
2024-03-26 18:45:52 -04:00
Elliot DeNolf
5cf49aa166
chore: implement AST parsing of next config
2024-03-26 18:45:52 -04:00
Elliot DeNolf
0651daa1d4
chore: more ESM, linting
2024-03-26 18:45:52 -04:00
Elliot DeNolf
921c53f75c
chore(templates): bump alpha deps and next app changes
2024-03-26 18:45:52 -04:00
Elliot DeNolf
dd37519185
chore: missing semis on payload pointer files
2024-03-26 18:45:09 -04:00
Dan Ribbens
a1e8c4eb2b
fix(db-postgres): query with contains operator hasMany ( #5481 )
2024-03-26 15:26:46 -04:00
Paul
1f8c191cb3
fix: missing data in livepreview causing missing updated at values ( #5477 )
2024-03-26 15:15:14 -03:00
Dan Ribbens
3d1378ab77
fix: duplicate db called with incorrect data ( #5475 )
2024-03-26 13:51:25 -04:00
Dan Ribbens
58e4174edb
fix(db-postgres): deleteOne handle joins ( #5457 )
...
* fix(db-postgres): deleteOne handle joins
* chore(db-postgres): reduce duplicate lines of code
* chore: optimize delete preferences
* chore(db-postgres): fix deleteOne regression
* chore(db-postgres): missing await
2024-03-26 13:36:15 -04:00
Jacob Fletcher
20b4585666
chore: properly types cell components ( #5474 )
2024-03-26 12:08:33 -04:00
Paul
9c7e7ed8d4
fix(ui): custom buttons and e2e refresh permissions test ( #5458 )
...
* moved refresh permissions test suite to access control
* support for custom Save, SaveDraft and Publish buttons in admin config for collections and globals
* moved navigation content to client side so that permissions can be refreshed from active state
2024-03-26 11:48:00 -03:00
Alessio Gravili
436c4f2736
fix: missing withConditions for Upload, Select, Password, Blocks, Array fields ( #5471 )
...
* fix: missing withConditions for Upload, Select, Password, Blocks, Array fields. Fixes Lexical e2e tests
* chore: skip failing lexical test for now
2024-03-26 10:38:48 -04:00
Dan Ribbens
0ce752af79
fix: regression of filterOptions using different transaction ( #5450 )
2024-03-26 10:13:57 -04:00
Jacob Fletcher
072a903351
Merge pull request #5461 from payloadcms/fix/misc-views
...
Fix/misc views
2024-03-25 23:35:15 -04:00
Jacob Fletcher
328bd453bb
chore(i18n): adds version:status to client translations
2024-03-25 22:56:28 -04:00
Jacob Fletcher
690a3cfa68
fix(ui): threads data through document info context
2024-03-25 22:56:28 -04:00
Jacob Fletcher
1c1847f63c
fix(next): dynamic params for custom collection and global views
2024-03-25 22:56:19 -04:00
Alessio Gravili
c3d9d8ee2f
Merge pull request #5460 from payloadcms/temp14
...
fix: various issues impacting lexical e2e tests
2024-03-25 20:50:57 -04:00