5206 Commits

Author SHA1 Message Date
Pierre Noël
a1d1879ffb fix create entity with relations in connect 2022-09-30 10:54:32 +02:00
Pierre Noël
b7a1e312b4 implement simple partial update 2022-09-30 10:54:31 +02:00
Pierre Noël
e29c069e2a add first base for reordering 2022-09-30 10:54:31 +02:00
Josh
2eebc38a4b chore: ensure ref always has array 2022-09-30 08:17:13 +01:00
Josh
600a21ec9c fix: infinite scrolling should be runnable on first mount of menu 2022-09-29 15:39:38 +01:00
Julie Plantey
b3b4e68b73 removed encodeURIComponent as axios is already encoding params 2022-09-29 15:41:52 +02:00
Josh
a2b035600d
Merge pull request #14493 from strapi/fix/relations-input-menu-placement 2022-09-29 12:04:37 +01:00
Josh
d109346712 chore: make onSearchClose optional & remove passing event to onSearchOpen 2022-09-29 11:11:42 +01:00
Josh
e08227a183 fix: menu placement on options changed 2022-09-29 10:10:13 +01:00
Julie Plantey
c54b00d0df use loading prop from TextButton + use isFetchingNextPage boolean 2022-09-29 10:59:35 +02:00
Julie Plantey
ee535ea0cb fix nested data for relations in component 2022-09-26 12:14:09 +02:00
Pierre Noël
3a43ba5d9a
Merge pull request #14462 from strapi/relations/temp-fix-xToOne
[Fix] xToOne relations not showing
2022-09-22 18:29:04 +02:00
Pierre Noël
8d36a07fc4 Merge branch 'main' into feature/relations-main-view 2022-09-22 17:46:04 +02:00
Julie Plantey
360f1d4593 fix more e2e tests 2022-09-22 17:30:28 +02:00
Julie Plantey
402f14b9c1 fix label count condition 2022-09-22 15:56:02 +02:00
Julie Plantey
04fe7f84be fix e2e tests 2022-09-22 14:20:04 +02:00
Julie Plantey
c407c20d05 fix xtoOne + conditions to enbale fetch + count label 2022-09-22 14:01:56 +02:00
Alexandre Bodin
8ebf58d9ed v4.3.9 2022-09-21 14:17:36 +02:00
Julie Plantey
c0dc795586 updated DS version and snapshots 2022-09-20 17:18:24 +02:00
Jean-Sébastien Herbaux
e6f1a0f44c
Merge pull request #14265 from WalkingPizza/fix/14160
Exclude source maps when loading APIs
2022-09-20 11:37:05 +02:00
GitStart
c700c7f9a8
Merge branch 'main' into STRAP-54 2022-09-20 08:24:32 +01:00
Julie Plantey
3f63107d4f
Merge pull request #14363 from davidlueder/filter-translation-neq-removal
Translations: Use $ne to translate not-equal-filter
2022-09-19 17:14:14 +02:00
Julie Plantey
7db74b6d1a
Merge pull request #14444 from strapi/fix/guided-tour-prod-mode
[Fix] Guided tour visibility on prod mode
2022-09-19 17:10:39 +02:00
Julie Plantey
685e8673c4
Merge pull request #14369 from strapi/enh/store-theme-improvement
[Enh] Store app theme
2022-09-19 16:05:28 +02:00
Julie Plantey
c05035a0df fixed guided tour visible on production mode 2022-09-19 15:57:55 +02:00
Gustav Hansen
2be586a46b
Merge pull request #14300 from WalkingPizza/feat/allow-json-0
Prevent `InputJSON` from crashing when field value is `0`
2022-09-16 14:30:04 +02:00
Alexandre Bodin
ac1294410e Expose with the strpai global 2022-09-16 09:57:12 +02:00
Alexandre Bodin
621259f5b0 Proof of Concept for request context 2022-09-16 09:57:12 +02:00
Alexandre Bodin
de2ed2bfa4 Wip 2022-09-16 09:57:12 +02:00
Gustav Hansen
410c0cef76
Merge pull request #14298 from WalkingPizza/fix/13058
Do not allow reserved names for singular/plural API names
2022-09-15 20:38:48 +02:00
Gustav Hansen
e142ac65b6 CTB: Improve test names for singular/ plural fields 2022-09-15 16:50:13 +02:00
Gustav Hansen
d8abbe35aa
Merge pull request #14299 from WalkingPizza/fix/13038
Update `lang` attribute on locale change
2022-09-15 16:39:51 +02:00
Gustav Hansen
3143aecbab
Merge pull request #14432 from strapi/feature/relations-main-view-order-!
RelationInputDataManager: Fix position of newly connected relations
2022-09-15 16:02:39 +02:00
Gustav Hansen
7df50f82e9
Merge pull request #14431 from strapi/feature/relations-main-view-search-performance
useRelation: Do not clear the cache before each search
2022-09-15 15:58:13 +02:00
Gustav Hansen
33838ccc46
Merge pull request #14426 from strapi/relations/mainField-tooltip
[RelationInput] Tooltip Relation mainField
2022-09-15 15:57:57 +02:00
Gustav Hansen
2f37a716a2 RelationInputDataManager: Fix position of newly connected relations 2022-09-15 15:38:45 +02:00
Gustav Hansen
30d259776b useRelation: Do not clear the cache before each search 2022-09-15 15:23:09 +02:00
Julie Plantey
ecfbd90ba8 refacto Tooltip position 2022-09-15 15:21:28 +02:00
Gustav Hansen
6b7b297322 Merge branch 'feature/relations-main-view' into feature/relations-main-view-initial-data-2 2022-09-15 14:45:49 +02:00
Gustav Hansen
3682f5201f RelationInputDataManager: Simplify initialData assignments 2022-09-15 14:44:48 +02:00
Julie Plantey
bac89b8730 fix tests RelationInput 2022-09-15 14:28:09 +02:00
GitStart
1642c18734
Merge branch 'main' into STRAP-54 2022-09-15 07:31:52 +01:00
Julie Plantey
b75bf93533 Merge branch 'feature/relations-main-view' of https://github.com/strapi/strapi into relations/mainField-tooltip 2022-09-14 17:02:12 +02:00
Gustav Hansen
9151dac427
Merge pull request #14408 from strapi/feature/relations-main-view-remove-bg
RelationInput: Remove background color and padding
2022-09-14 16:51:14 +02:00
Gustav Hansen
ef1a005663
Merge pull request #14410 from strapi/relations/normalizeRelations-filter
[Relations] Filter refacto & UI fixes
2022-09-14 16:50:58 +02:00
Julie Plantey
ef226d0b82 tooltip for Relation mainField 2022-09-14 16:47:38 +02:00
Julie Plantey
69cbe2cae2 improve filter 2022-09-14 15:28:13 +02:00
Gustav Hansen
0c248d0b3a EditViewDataManagerProvider: Fix publish button state comparison 2022-09-14 15:10:33 +02:00
Julie Plantey
ca8aea9fcd fix RelationInput snapshots 2022-09-14 14:41:31 +02:00
Pierre Noël
b601daa36b Merge branch 'main' into feature/relations-main-view 2022-09-14 11:36:44 +02:00