Alexandre Bodin
|
4df9a1112f
|
Fix relations mainField allowing hidden attributes
|
2023-06-28 17:09:43 +02:00 |
|
Marc-Roig
|
566a0f74ba
|
test: populate edge case
|
2023-06-08 10:09:48 +02:00 |
|
Marc-Roig
|
91d4759433
|
fix: unit test
|
2023-05-29 11:13:29 +02:00 |
|
Marc-Roig
|
1bdf9afa6b
|
fix: populate al top level attributes
|
2023-05-29 10:45:47 +02:00 |
|
Marc-Roig
|
296aa4b53c
|
fix: replace all for node14
|
2023-05-29 09:12:07 +02:00 |
|
Marc-Roig
|
b571f2f511
|
feat: exclude morphTo relations
|
2023-05-29 08:43:00 +02:00 |
|
Marc-Roig
|
e73a41ecde
|
todo: handle dz and morph relations in getQueryPopulate
|
2023-05-26 17:47:59 +02:00 |
|
Marc-Roig
|
9a7bef24bf
|
chore: PR proposed changes
|
2023-05-26 17:26:55 +02:00 |
|
Marc-Roig
|
450b9fd7cf
|
chore: remove jsdoc unnecessary return
|
2023-05-26 13:21:53 +02:00 |
|
Marc-Roig
|
ee59206428
|
chore: document getQueryPopulate
|
2023-05-26 13:19:37 +02:00 |
|
Marc-Roig
|
fabe6c7c71
|
chore: document populate builder
|
2023-05-26 13:17:48 +02:00 |
|
Marc-Roig
|
f8f0b75185
|
feat: populateFromQuery
|
2023-05-26 12:35:22 +02:00 |
|
Marc-Roig
|
bed3540c9a
|
chore: move populate to its own folder
|
2023-05-25 16:54:11 +02:00 |
|
Marc-Roig
|
398414854e
|
feat: populate builder
|
2023-05-25 14:39:07 +02:00 |
|
Marc-Roig
|
4a97be49b5
|
chore: cleanup get query populate
|
2023-05-24 18:04:50 +02:00 |
|
Marc-Roig
|
e3e3cfe08a
|
test: query populate
|
2023-05-24 18:03:16 +02:00 |
|
Marc-Roig
|
f3cc11e825
|
feat: get populate query
|
2023-05-24 18:03:01 +02:00 |
|
Rémi de Juvigny
|
cb3588782c
|
Use custom field input size in admin
|
2023-04-20 12:24:55 +02:00 |
|
Rémi de Juvigny
|
5942cce591
|
Update getDefaultFieldSize
|
2023-04-19 17:57:32 +02:00 |
|
Rémi de Juvigny
|
d06af0d8fc
|
Rename to isResizable
|
2023-04-17 12:02:08 +02:00 |
|
Rémi de Juvigny
|
6729cd1a1a
|
Compare field size to max row
|
2023-04-14 15:26:40 +02:00 |
|
Rémi de Juvigny
|
ce467fdf4e
|
Add all types to fieldSize service
|
2023-04-13 18:53:30 +02:00 |
|
Marc-Roig
|
21b43ba679
|
fix: fix: Different field types with the same name break CM EditView
Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
Co-Authored-By: Marc <20578351+Marc-Roig@users.noreply.github.com>
|
2023-03-15 09:11:16 +00:00 |
|
Marc-Roig
|
9e4f28b871
|
fix typo
|
2023-01-26 17:31:05 +01:00 |
|
Marc
|
a9ea6986a7
|
Merge branch 'main' into fix/webhook-with-count-relations
|
2023-01-26 17:27:25 +01:00 |
|
Marc-Roig
|
b8518f706e
|
standarize method properties
|
2023-01-26 17:26:22 +01:00 |
|
Marc-Roig
|
10340e2e19
|
test for empty components
|
2023-01-26 17:26:04 +01:00 |
|
Marc-Roig
|
668907d4dc
|
fix one to one test
|
2023-01-18 15:48:22 +01:00 |
|
Marc-Roig
|
52b3dda02b
|
fix localizations count
|
2023-01-18 15:42:11 +01:00 |
|
Marc-Roig
|
ff6a198518
|
remove comment
|
2023-01-16 18:23:15 +01:00 |
|
Marc-Roig
|
27b8b5b353
|
introduce getDeepCount for relations performance
|
2023-01-16 18:20:42 +01:00 |
|
Jamie Howard
|
11ab76cc7a
|
feat(content-manager): display min/max limits with field description
|
2023-01-12 15:13:35 +00:00 |
|
nathan-pichon
|
fd99bfeb0e
|
refactor(entity-manager): rewords deep populate sub-functions names
|
2022-12-07 16:28:04 +01:00 |
|
nathan-pichon
|
eebf9703a0
|
test(populate): add unit tests for getDeepPopulate func
|
2022-11-24 11:50:14 +01:00 |
|
nathan-pichon
|
773adcccc0
|
refactor(entity-manager): getDeepPopulate
|
2022-11-24 10:16:36 +01:00 |
|
Pierre Noël
|
4ee9757ec3
|
also count xToOne relations in CM findOne
|
2022-10-17 18:44:33 +02:00 |
|
Pierre Noël
|
29d567198c
|
JSDoc getDeepPopulateDraftCount
|
2022-10-10 14:28:56 +02:00 |
|
Pierre Noël
|
a5ae89fa2d
|
JSDoc for sumDraftCounts
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
|
2022-10-10 14:28:55 +02:00 |
|
Pierre Noël
|
0415f5d677
|
add getNumberOfDraftRelations route
|
2022-10-10 14:28:54 +02:00 |
|
Gustav Hansen
|
4e8d012b3d
|
Merge branch 'main' into feature/relations-main-view
|
2022-08-31 17:47:38 +02:00 |
|
Gustav Hansen
|
45ff887a21
|
chore: Update backend snapshot tests
|
2022-08-30 15:44:12 +02:00 |
|
Gustav Hansen
|
a024a40d1a
|
Merge branch 'main' into feature/relations-main-view
|
2022-08-22 09:28:39 +02:00 |
|
markkaylor
|
a8ff3aef2f
|
Merge pull request #13901 from ihmpavel/unify-template-variables-spacing
chore: Unify template spacing
|
2022-08-16 09:20:37 +02:00 |
|
Pierre Noël
|
76fd68a934
|
Merge branch 'master' into feature/relations-main-view
|
2022-08-11 16:42:27 +02:00 |
|
Alexandre Bodin
|
cf49ddbbfc
|
Prettier and backend fix
|
2022-08-11 10:20:49 +02:00 |
|
Alexandre Bodin
|
0ae14c06cb
|
1st fix pass
|
2022-08-11 10:20:48 +02:00 |
|
Pierre Noël
|
db1bf34f2a
|
migrate editRelations to edit during configurationSync
|
2022-08-05 16:59:52 +02:00 |
|
ihmpavel
|
14d215c602
|
chore: Unify template spacing
|
2022-07-29 13:45:20 +02:00 |
|
Gustav Hansen
|
64d31b8bac
|
CM: Fix sync layouts in case no relation is set
|
2022-02-28 16:21:56 +01:00 |
|
Pierre Noël
|
97e8d7da3a
|
remove unecessary code
|
2022-02-18 15:47:13 +01:00 |
|