9373 Commits

Author SHA1 Message Date
Gustav Hansen
f89db56a3f
Merge pull request #14339 from strapi/relation-input/native-scroll
[RelationInput] Native scroll
2022-09-07 18:39:36 +02:00
Gustav Hansen
1fddf048db RelationInputWrapper: Move relations to display into a constant 2022-09-07 18:35:23 +02:00
Gustav Hansen
ddfaeed2af RelationMultiple: Fix tests 2022-09-07 18:34:17 +02:00
Julie Plantey
829d6a67c2 fix snapshots 2022-09-07 18:18:17 +02:00
Gustav Hansen
4327fcec41 RelationInput: Fix relations length access 2022-09-07 18:16:30 +02:00
Gustav Hansen
f4ccbe2235 DynamicTable: Pass down source content-type 2022-09-07 18:09:11 +02:00
Gustav Hansen
645f5405e5 RelationInputWrapper: Send entityId when searching 2022-09-07 18:09:11 +02:00
Gustav Hansen
ad5d363253 EditViewDataManagerProvider: Store count and results in intialState 2022-09-07 18:09:11 +02:00
Gustav Hansen
7ed8c3cf62 RelationInputWrapper: Display count next to label 2022-09-07 18:09:11 +02:00
Alexandre Bodin
c44f21d5ba v4.3.8 2022-09-07 16:47:41 +02:00
Gustav Hansen
f03d058cfb
Merge pull request #14334 from strapi/relations-main-view/remove-populate-from-responses
Change populate params for all CM actions responses
2022-09-07 16:44:20 +02:00
Julie Plantey
96d3a0da40 fixing list markup 2022-09-07 16:18:51 +02:00
Alexandre Bodin
886fcc015d Create id column as nullable to avoid conflict with default null values 2022-09-07 15:59:07 +02:00
Pierre Noël
fb666bc22e fix tests 2022-09-07 15:46:15 +02:00
Julie Plantey
4a6819c6b6 load more button tests + native scroll event 2022-09-07 14:57:45 +02:00
Alexandre Bodin
73f523b983 v4.3.7 2022-09-07 14:24:30 +02:00
Gustav Hansen
7198dea70b RelationInputWrapper: Rename omitIds to idsToOmit 2022-09-07 13:44:06 +02:00
Gustav Hansen
9efbd6dfa6 RelationInputWrapper: Fix omitIds when searching 2022-09-07 13:38:22 +02:00
Gustav Hansen
6b7509a3bc RelationInput: Add scroll-to-end behavior and memoize some intermediate values 2022-09-07 12:30:09 +02:00
Gustav Hansen
752501ba36 RelationInputWrapper: Fix translation ids 2022-09-07 12:29:47 +02:00
Gustav Hansen
189b8ef30e RelationInputWrapper: Fix omitIds param for search 2022-09-07 12:29:22 +02:00
Gustav Hansen
61cdc932b6 RelationInputWrapper: Fix onload callback and query params 2022-09-07 12:28:58 +02:00
Gustav Hansen
0fb81faed1 RelationInputWrapper: Replace mock TODOs 2022-09-07 12:28:32 +02:00
Gustav Hansen
7fad018e60 useRelation: Update and fix query params 2022-09-07 12:23:56 +02:00
Gustav Hansen
386914d8ab RelationInputWrapper: Update getRelationLink() URLs and exclude admin prefix 2022-09-07 12:22:34 +02:00
Gustav Hansen
779b35dd39 useCMEditViewDataManager: Update documentation 2022-09-07 12:22:09 +02:00
Gustav Hansen
4fd2687215 RelationInputWrapper: Update normalizeRelations() response format 2022-09-07 12:21:36 +02:00
Gustav Hansen
93297cabe2 EditViewDataManagerProvider: Replace add/ remove with connect/ disconnect 2022-09-07 12:20:40 +02:00
Gustav Hansen
7a5c4a95ef CM: Inline queryInfos into RelationInputWrapper and ListView 2022-09-07 12:17:19 +02:00
Pierre Noël
5c8bac1a40 change populate params for all CM actions responses 2022-09-07 11:43:01 +02:00
Alexandre BODIN
c84fe78a13
Merge pull request #14332 from strapi/chore/increments-updates
Improve pk management in schema builder
2022-09-07 11:11:15 +02:00
Simone Taeggi
64fdeae6bf Merge branch 'features/api-token-v2' into api-token-v2/regenerate-permission 2022-09-07 10:52:13 +02:00
Simone Taeggi
e0d84672c6 Merge branch 'features/api-token-v2' into api-token-v2/readable-error-when-we-save-with-already-used-name 2022-09-07 10:50:41 +02:00
Simone Taeggi
dbfd5e7a5d Merge branch 'features/api-token-v2' into api-token-v2/validation-error-empty-lifespan 2022-09-07 10:48:55 +02:00
Simone Taeggi
f856602bae update snapshots 2022-09-07 10:47:38 +02:00
Simone Taeggi
38ecaa30dc Merge branch 'features/api-token-v2' into api-token-v2/sync-token-type-and-permissions 2022-09-07 10:43:28 +02:00
Simone Taeggi
0af3f1aadf Merge branch 'main' into features/api-token-v2 2022-09-07 10:38:59 +02:00
Alexandre Bodin
019e13d8e9 Improve pk management in schema builder 2022-09-07 09:11:50 +02:00
Gustav Hansen
5470091555
Merge pull request #14325 from strapi/feature/relations-main-view-put-put-put
EditViewDataManagerProvider: Cleanup new relations data-structure
2022-09-06 22:22:06 +02:00
Alexandre Bodin
961d535ea9 Fix for in working with undefined 2022-09-06 20:32:15 +02:00
Julie Plantey
e5de6e62d2
Merge pull request #14303 from strapi/relation-input/virtualization
[Relation input] POC react-window
2022-09-06 18:11:35 +02:00
Julie Plantey
5a9d1e447f fix tests 2022-09-06 17:35:31 +02:00
Simone Taeggi
d905acbf4d remove console log 2022-09-06 17:35:09 +02:00
Julie Plantey
1aa4f9c75f feedback fixes / clean up 2022-09-06 17:19:04 +02:00
Pierre Noël
ba401b93f4
Merge pull request #14244 from strapi/relations-main-view/get-entity-with-count
Relations main view/get entity with count
2022-09-06 17:07:16 +02:00
Pierre Noël
1850264b3c
Merge pull request #14262 from strapi/relations-main-view/get-relations
Add "get relations" route and remove "preview relations"
2022-09-06 16:56:49 +02:00
Pierre Noël
e3996ea2d6 check field existance before permission 2022-09-06 15:10:08 +02:00
Gustav Hansen
b36327cae7 SelectMany/ SelectOne: Fix loadingMessage prop-types 2022-09-06 14:48:54 +02:00
Gustav Hansen
931f6cdc8f Merge branch 'main' into feature/relations-main-view 2022-09-06 14:39:03 +02:00
Alexandre BODIN
ec040e6075
Merge pull request #14267 from WalkingPizza/fix/14193
Allow USE RETURNING in SQLite
2022-09-06 14:28:07 +02:00