soupette
8a8929e97c
v3.0.0-beta.19.3
2020-03-06 10:02:36 +01:00
Alexandre Bodin
b3e18e1de6
v3.0.0-beta.19.2
2020-03-05 14:32:42 +01:00
soupette
d1acb7df39
Fixes #5424
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-05 13:38:04 +01:00
Mariusz Wachowski
bfa0795d2c
list of many relations with scrollbar
...
Signed-off-by: Mariusz Wachowski <wachowski.mariusz@gmail.com>
2020-03-04 21:27:09 +01:00
Alexandre Bodin
8e91e5abaf
v3.0.0-beta.19.1
2020-03-04 18:42:31 +01:00
Alexandre BODIN
fa28037c48
Merge pull request #5400 from kubuntux/fix-selectwrapper-zindex3
...
Fix SelectWrapper stack order
2020-03-04 17:10:35 +01:00
Alexandre BODIN
76f550cb4a
Merge pull request #5396 from z1digitalstudio/fix/number-input
...
fix(EditViewDataManagerProvider): allow to reset number input
2020-03-04 17:10:02 +01:00
cyril lopez
9761cbe19a
Merge branch 'master' into fix-selectwrapper-zindex3
2020-03-04 14:39:04 +01:00
Alexandre Bodin
e222792181
v3.0.0-beta.19
2020-03-04 14:24:23 +01:00
soupette
86d70aee39
Fix ctm table on safari and repeatable compo on firefox
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-04 13:11:06 +01:00
James Alvarez
3c75bcdf35
Merge branch 'master' into fix-selectwrapper-zindex3
...
Updated master from strapi/strapi
2020-03-04 19:55:36 +08:00
soupette
7c12398df6
Fixes #5404
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-04 12:16:26 +01:00
soupette
88d9bfc2b2
Fix uid display
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-04 10:40:58 +01:00
HichamELBSI
b5947621fc
Merge branch 'master' into develop
2020-03-04 09:32:13 +01:00
James Alvarez
975c01bcff
Fix SelectWrapper stack order
...
Signed-off-by: James Alvarez <jp@domainwink.com>
2020-03-04 12:38:55 +08:00
Pablo Rodríguez Caballero
e1549e7612
fix(EditViewDataManagerProvider): allow to reset number input
...
Previously, deleting the numeric value from a number input would send an
empty string to the backend. The backend would convert that empty string
to 0, meaning that after setting a number, it would be impossible to
reset it to an empty field.
Signed-off-by: Pablo Rodríguez Caballero <pablo@rodriguezcaballero.me>
2020-03-03 17:35:11 +01:00
Alexandre Bodin
01cda58cee
Fix validation on update not allowing nulls
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-03 16:12:19 +01:00
Alexey Murz Korepov
cb71cc5940
Replaced false to !
...
Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-03-02 15:42:50 +03:00
soupette
3a695aeaac
Merge branch 'develop' of github.com:strapi/strapi into chore/remove-saga-admin
2020-03-02 11:34:01 +01:00
Alexey Murz Korepov
540a72af8e
replace JSON.stringify to lodash isEqual
...
Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-03-02 11:09:52 +03:00
Alexey Murz Korepov
5f9cbe527e
Suppress rewrite config in db without changes
...
Now Strapi rewrite all 'plugin_content_manager_configuration_content_types' keys in "core_store" database table on each restart.
I add comparison of stored config with generated, and skip unnecessary write config to database, when there are no changes.
Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-02-29 19:08:57 +03:00
HichamELBSI
d243aced6c
Merge branch 'develop' into features/single-types
2020-02-28 16:46:17 +01:00
HichamELBSI
92632be70d
Fix all single types feedback
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-28 16:03:38 +01:00
soupette
ccc92b90a5
Add required info into the plugin object and update plugin generator
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-28 11:40:55 +01:00
cyril lopez
65c1dd5582
Merge branch 'develop' into fix/autocomplete
2020-02-28 09:35:58 +01:00
James Alvarez
e069cb56b4
Fixed bug #5266
...
When adding new content, select field was incorrectly wrapped
Signed-off-by: James Alvarez <jp@domainwink.com>
2020-02-28 02:21:21 +08:00
soupette
725a0940ab
Fixes #5343
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 17:10:20 +01:00
cyril lopez
e2d54bf907
Merge branch 'develop' into fix/ctm-related-redirect
2020-02-27 12:04:43 +01:00
soupette
4c8fc44832
Fix redirect url when navigating between views
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:56:27 +01:00
soupette
caeeb97f7d
Fixes #3247
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:35:35 +01:00
soupette
9c638f5351
Fixes #5053
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:20:04 +01:00
HichamELBSI
6821fe8d63
Fix PR feedbacks
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-26 17:33:18 +01:00
HichamELBSI
48f5c5f418
Fix PR feedbacks
2020-02-26 14:53:32 +01:00
Alexandre Bodin
3bcbde8f0b
v3.0.0-beta.18.8
2020-02-26 12:01:37 +01:00
HichamELBSI
e450d3613b
Add UID in CTM
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-25 21:44:02 +01:00
Alexandre Bodin
f0d86ed2f7
Uses defaultValue as slug when possible
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-21 10:13:49 +01:00
HichamELBSI
265494803a
Fix PR comments
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-20 14:28:37 +01:00
HichamELBSI
cc6a35551b
Add single type navigation
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-20 11:53:57 +01:00
Alexandre Bodin
c1ac8b0106
Add apiId to get content type
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-20 11:44:35 +01:00
Alexandre Bodin
032b741751
Merge branch 'develop' into features/single-types
2020-02-19 15:05:22 +01:00
Alexandre Bodin
3cb66f6566
Update snapshots
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 12:16:59 +01:00
Alexandre Bodin
193bd5af0e
Add apiId in content type infos
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 11:02:20 +01:00
Alexandre Bodin
db03d9d07d
Add UID validation routes for CTM livechecks
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 10:54:44 +01:00
soupette
6d384ddb6a
Fixes #5260
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-18 14:31:28 +01:00
Alexandre Bodin
f6cf06d22c
Add notNull validator for edition
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-18 09:02:48 +01:00
Alexandre Bodin
ae6049be73
Use yup transform to cast some values
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-17 16:14:29 +01:00
Alexandre Bodin
37b184d063
Fix test
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-17 15:54:49 +01:00
Alexandre Bodin
77b1a2944b
Add mongoose uid type
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-13 16:46:37 +01:00
Alexandre Bodin
3b41eb6230
Add uid type to bookshelf column generator and init tests
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-13 11:36:26 +01:00
Alexandre Bodin
8a6c48eb14
Merge branch 'develop' into features/single-types
2020-02-13 11:36:07 +01:00