Jim LAURIE
70e5816f46
Merge branch 'master' into fix/hidden-fields-schema
2018-11-27 12:19:04 +01:00
soupette
428a9ca62d
Fix schema
...
Force lowerCase on content type name (since it is not supported by the backend)
Clean layout when the model has been removed
2018-11-16 18:34:12 +01:00
Alberto Maturano
8fcbb1978f
refactor: Fix misuse of map
method
...
`map` should create a new Array so a `return` is expected inside the
callback param. `forEach` is the corrent method to use for just iterate
over array elements.
2018-11-15 15:51:23 -06:00
Alberto Maturano
154fc28a57
Normalize to standar file permissions
...
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
Abhimanyu
6bba0c8db6
content-type-builder bugfix - Cannot read property 'toJS' of undefined
2018-09-10 17:04:21 +05:30
Jim LAURIE
145f22ee1e
Update random
2018-09-07 17:02:32 +02:00
Jim LAURIE
6fcaf96806
Clean layout on content tyep delete fix #1903
2018-09-07 15:59:59 +02:00
Vladislav Arsenev
5a666d80df
fix(files-required-validation): fix required prop save. add error display for component. fix validation file repeatedly
2018-08-30 14:44:57 +03:00
soupette
4609394db5
Fix bugs and refactored code
2018-08-02 14:26:31 +02:00
soupette
043838ba3f
Handle added upload relations
2018-07-31 14:54:52 +02:00
soupette
6bf3ddeea9
Update displayed fields when removing a field from the content type builder
2018-07-30 13:59:25 +02:00
soupette
d7b12f1871
Merge branch 'master' of github.com:strapi/strapi into settings-ctm-edit-view
2018-07-27 12:19:19 +02:00
Jim LAURIE
87a051e712
Move layout files in core store
2018-07-23 15:12:33 +02:00
Jim LAURIE
5b633efacf
Fix API generator database hook
2018-07-13 16:42:10 +02:00
Jim LAURIE
cf8184e223
Use hook prefix and rename
2018-07-11 16:23:14 +02:00
Jim LAURIE
eff46b5cb1
Not clear oneWay relation on model update fix #1477
2018-07-02 15:41:53 +02:00
Jim Laurie
d240e2ac82
Fix delete info.mainFied in content type builder fix #1301
2018-06-12 22:48:31 +02:00
Okaris
ae29802c07
Fixed ‘oneWay’ relation creating unnecessary attr
...
When ‘oneWay’ relation is created the target model file is also updated with a reference to the relation. This is not required for a oneWay relation since it never will or can be populated from the other way around.
2018-05-17 11:27:39 +03:00
Jim Laurie
4fe7b6176e
Fix conflicts & lint
2018-05-16 12:07:02 +02:00
Jim LAURIE
c09f5138a2
Merge branch 'master' into eslint
2018-05-07 16:03:35 +02:00
Jim LAURIE
10eee03393
Merge branch 'master' into fix/886
2018-05-03 15:59:11 +02:00
Jim Laurie
c944cb9e26
Fix loose many dominant
2018-05-02 17:41:09 +02:00
Aurelsicoko
a6fd8fc460
Fixes #886
2018-05-01 14:36:17 +02:00
soupette
4f498cea06
Add eslint to ctb backend
2018-04-30 17:27:46 +02:00
Jim LAURIE
49ced583f3
Merge branch 'master' into fix/802
2018-04-27 16:40:57 +02:00
Aurelsicoko
af41ef444c
Fixes #802
2018-04-27 15:50:37 +02:00
Jim LAURIE
4b508c8c39
Merge branch 'master' into improve/ctb
2018-04-24 18:10:50 +02:00
Aurelsicoko
1618d3f858
Reorder model root attribute and remove multiple key
2018-04-24 16:19:02 +02:00
Aurelsicoko
da1ead5e7b
Ignore file model in the CTB
2018-04-24 14:19:07 +02:00
cyril lopez
fc995bb4a0
Fix ctb layout service
2018-03-22 13:36:36 +01:00
Jim Laurie
d77fb19592
Fix set attr name get model
2018-03-15 10:42:23 +01:00
Jim Laurie
0a5b178ccc
Send appearance in model definition
2018-03-14 17:44:11 +01:00
Jim Laurie
e1b727ee09
Write appearance in layout.json file
2018-03-14 16:24:11 +01:00
Jim Laurie
bed6d144f9
Fix PR feedback
...
More dynamic code
Fix typo
2018-03-01 12:55:31 +01:00
Jim Laurie
7af7922f2b
Backend content type builder media type
...
Co-authored-by: soupette <cyril.lpz@gmail.com>
2018-02-26 16:33:27 +01:00
Jim Laurie
5bf1e51422
Fix conflicts
2018-02-12 13:25:43 +01:00
Inder
621b70c9ea
Generating | Model name
...
Names added with a space/dot different variations, etc. did not work by badly generating the model name.
Reference to #328 #444 #505
2018-02-06 16:09:00 +01:00
Jim Laurie
b784c32be1
Add tag column
2018-02-06 15:08:25 +01:00
Jim Laurie
0e739d8e32
Hide config model in content type builder and content manager
2018-02-02 14:50:10 +01:00
Jim Laurie
f5a5fac5f1
Fix CTB get model to plugins
2018-01-09 14:25:47 +01:00
Jim Laurie
6a59946f71
Fix CTB if one API has no model file
2018-01-09 13:42:19 +01:00
Aurelsicoko
b632e4e17c
Fix API creation with new configurable key
2017-12-18 11:40:26 +01:00
Aurelsicoko
92c891e341
Improve error when association fail and handle configurable key in models
2017-12-16 18:26:04 +01:00
Aurelsicoko
6ac1bca417
Update algorithm to correctly add, edit and delete relationships between models and plugins' models
2017-12-16 17:03:34 +01:00
Aurelsicoko
975d24ec9a
Remove unnecessary directory read to define model's path
2017-12-15 18:10:48 +01:00
Aurelsicoko
0230184619
Apply same algorithm to clearRelation method
2017-12-15 18:04:56 +01:00
Aurelsicoko
1ec7c988f2
Merge branch 'relation/users' of github.com:strapi/strapi into relation/users
2017-12-15 16:37:11 +01:00
Aurelsicoko
492c688344
Remove unnecessary directory read when building relations
2017-12-15 16:36:21 +01:00
cyril lopez
8d74849d9c
Display plugin source in ctb attributerow
2017-12-15 14:21:28 +01:00
cyril lopez
1ef46dffea
Get plugins models and adapt from to display plugins models
2017-12-13 16:41:49 +01:00