64 Commits

Author SHA1 Message Date
soupette
307bcf9a08 Fix multiple api calls
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:27 +02:00
HichamELBSI
663a23ca02 Fix after PR review
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:22 +02:00
HichamELBSI
f8236cea39 Unpublish an entry
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:21 +02:00
HichamELBSI
14863821af Save a draft
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
HichamELBSI
23ede00fa8 Publish a draft
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
cyril lopez
5364191ea1
Fixes #7232 (#7715)
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-03 16:21:10 +02:00
Convly
62d44368e2 Rename addComponentToDynamicZone to didAddComponentToDynamicZone
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-08-21 19:25:04 +02:00
soupette
a8b95220f0 Fixes #7414
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-11 10:50:28 +02:00
soupette
4e0ff23878 Change preview for markdown-it in order to have all md support
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-16 17:35:51 +02:00
soupette
3a94a1733f Fix dz read mode
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:47:45 +02:00
soupette
7279f130d6 Fix dz and nested components
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:47:43 +02:00
soupette
a1163f2bdc Fix updates when unmounted
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:47:23 +02:00
soupette
ebc87046f6 Connect to the backend
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:47:23 +02:00
soupette
49962d6ca1 Handle API errors
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:46:32 +02:00
soupette
970273a9b9 Fix validations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:46:32 +02:00
soupette
7e4d7b1d1c Fix validations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:46:32 +02:00
soupette
f86a3c3b9e Fix CM loading state
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:46:32 +02:00
soupette
af69b04238 Fix single types and input media
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:42:28 +02:00
soupette
ddb37266ae Add permissions to edit
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:42:28 +02:00
soupette
577471142d Add permissions for update
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:42:28 +02:00
soupette
f2c9716156 Fix dynamiczones
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:37:47 +02:00
soupette
ec80117a49 Add permissions for creating to simple ct
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:37:45 +02:00
soupette
d5332d4a51 Temp commit
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:37:00 +02:00
soupette
7839c0567e Created selector to avoid rerenders
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:36:56 +02:00
soupette
cc76fc2abc Refacto code
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:09:48 +02:00
soupette
024c47177a Remove password field from the retrieved data
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-28 16:25:52 +02:00
HichamELBSI
7a4a87fa68 Merge branch 'develop' of github.com:strapi/strapi into fix/single-types-issues
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-04-23 17:18:14 +02:00
HichamELBSI
f07dcf3f7f Fix single types navigation
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-04-23 15:01:51 +02:00
soupette
d041bde294 Fix input type and add clear logic for this field type
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-14 11:09:20 +02: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
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
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
soupette
eb00b7e0ea Add newline-before-return rule
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-01-21 16:31:05 +01:00
soupette
8147a188ed Fix icons when error state, improve drag experience
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-01-20 15:16:55 +01:00
soupette
c2ee96c355 Fixes #2471 2019-12-19 15:43:07 +01:00
soupette
ee2e37c18b Fix edit component with min value when not required 2019-12-19 12:59:46 +01:00
soupette
aafe92653b Add validations for biginteger 2019-12-18 17:35:05 +01:00
soupette
7bc4d87e36 Fixes #4629 2019-12-16 15:06:51 +01:00
soupette
fc1cbbd753 Fix dz errors on change compo 2019-12-11 17:13:23 +01:00
soupette
e991f6ec7c Fix min equal 2019-12-11 16:56:51 +01:00
soupette
e29bd761e4 Fix CTM dz min max validations 2019-12-11 16:52:35 +01:00
Aurélien Georget
1400764e73 Apply events to DZ and components 2019-11-28 16:37:38 +01:00
Aurélien Georget
367b1a0d1f Apply events to improve the products 2019-11-28 15:57:39 +01:00
Virginie Ky
0d8eda80bd fortawesome dep 2019-11-28 14:15:04 +01:00
Virginie Ky
3e1779c896 Dynamic zones ui 2019-11-21 18:48:13 +01:00
soupette
d3ee05a811 Add error check for repeatable blur and dz add 2019-11-20 16:46:47 +01:00
soupette
cfd079088c Validate dynamic zones schema 2019-11-20 16:46:46 +01:00
soupette
dd488ed302 Created recursive to clean data and upload files 2019-11-20 16:46:46 +01:00
soupette
1ff302a857 Handle default form 2019-11-20 16:46:45 +01:00