cyril lopez
|
26c53c977e
|
Handle remove logic when removing the edited relation
|
2018-07-23 12:34:35 +02:00 |
|
cyril lopez
|
21c06998f5
|
Allow to customize fields description and label for the EditPage layout
|
2018-07-23 11:52:05 +02:00 |
|
cyril lopez
|
f4996b3663
|
Dynamic form to edit the label description of an either an input or a displayed relation
|
2018-07-20 15:23:09 +02:00 |
|
cyril lopez
|
be3a28ea04
|
Fix remove algo
|
2018-07-19 15:41:22 +02:00 |
|
cyril lopez
|
40ceb6bddd
|
Simplified removed logic with the Manager class
|
2018-07-19 13:19:21 +02:00 |
|
cyril lopez
|
e10f2e61b4
|
Add utils & fix lint
|
2018-07-19 03:07:15 +02:00 |
|
cyril lopez
|
2a419dd92e
|
Created Manager class for dnd fields
|
2018-07-19 02:37:12 +02:00 |
|
soupette
|
fb0cd167b7
|
fix conflict
|
2018-07-18 19:11:52 +02:00 |
|
soupette
|
657c6fe9e0
|
Change the remove element logic in order to handle the drag and sort of different element size.
This is a dirty commit since the algorithm is not working (yet)... Need to handle the size of the added div that simulates inputs element.
|
2018-07-18 19:07:37 +02:00 |
|
soupette
|
659655273e
|
Change the remove element logic in order to handle the drag and sort of different element size.
This is a dirty commit since the algorithm is not working (yet)... Need to handle the size of the added div that simulates inputs element.
|
2018-07-18 19:00:54 +02:00 |
|
soupette
|
1c7075e75b
|
User rdnd to sort VariableWidthAttr
|
2018-07-18 15:26:22 +02:00 |
|
soupette
|
edadb6f918
|
Handle remove without modifying the layout
|
2018-07-18 13:29:18 +02:00 |
|
soupette
|
85889c5d67
|
Design VariableDraggableAttr component for fields sort
|
2018-07-17 14:06:21 +02:00 |
|
soupette
|
3bf7fa2348
|
Fix css dropdown
|
2018-07-17 11:27:34 +02:00 |
|
soupette
|
2407e8cb4a
|
Merge branch 'master' of github.com:strapi/strapi into settings-ctm-edit-view
|
2018-07-17 11:11:47 +02:00 |
|
Jim LAURIE
|
a53d628438
|
Merge pull request #1582 from Velua/patch-1
Clarified path for plugins providers configs
|
2018-07-17 10:56:35 +02:00 |
|
soupette
|
41379ebbfa
|
Remove arrow function from EditPage render
|
2018-07-17 10:41:31 +02:00 |
|
soupette
|
7c88f72c19
|
Remove arrow functions from render in ListPage
|
2018-07-17 10:39:43 +02:00 |
|
soupette
|
20224d3f90
|
Remove Arrow functions in render SettingsPage
|
2018-07-17 10:25:38 +02:00 |
|
soupette
|
977406d7ba
|
Remove arrow functions from dom in SettingPage
|
2018-07-17 10:17:00 +02:00 |
|
John Williamson
|
ea35200b8c
|
Update upload.md
|
2018-07-17 14:06:12 +10:00 |
|
John Williamson
|
a1330a5d81
|
clarified path
|
2018-07-17 13:52:18 +10:00 |
|
Jim LAURIE
|
c8252724b5
|
Merge pull request #1536 from synth3tk/master
Skip number conversion on string fields
|
2018-07-16 19:07:57 +02:00 |
|
Jim LAURIE
|
dc9de9abd2
|
Merge branch 'master' into master
|
2018-07-16 18:59:08 +02:00 |
|
soupette
|
5620101613
|
Fix bug when no relations for the editDisplay object
|
2018-07-16 18:53:33 +02:00 |
|
soupette
|
cd5419468c
|
Add data in editDisplay object in order to override the label and placeholder of an input
|
2018-07-16 18:45:52 +02:00 |
|
Jim LAURIE
|
eed7193b13
|
Merge pull request #1513 from bahdcoder/fix-update-providers-issue
Fix Update Providers Issue
|
2018-07-16 18:08:18 +02:00 |
|
Jim LAURIE
|
896077c6f8
|
Merge branch 'master' into fix-update-providers-issue
|
2018-07-16 17:50:04 +02:00 |
|
soupette
|
17a39af8ef
|
Apply sort for relations in edit view
|
2018-07-16 17:26:51 +02:00 |
|
soupette
|
ecb9f306e3
|
Display edit input form
|
2018-07-16 16:36:26 +02:00 |
|
Jim LAURIE
|
dafb97665a
|
Merge pull request #1510 from johannpinson/patch-7
Fix Upload plugin for find query with filter
|
2018-07-16 16:25:53 +02:00 |
|
soupette
|
8c31a060f7
|
Handle add relation in dropdown
|
2018-07-16 16:11:16 +02:00 |
|
Jim LAURIE
|
33c138cece
|
Merge branch 'master' into patch-7
|
2018-07-16 16:08:29 +02:00 |
|
Jim LAURIE
|
ea00d491aa
|
Merge branch 'master' into fix-update-providers-issue
|
2018-07-16 16:07:30 +02:00 |
|
soupette
|
2a753fbb92
|
Sort relations
|
2018-07-16 15:18:21 +02:00 |
|
Jim LAURIE
|
6fb45797fb
|
Merge pull request #1555 from vaskort/add-ssl-auth-db-CLI-options
Add two options for the CLI - SSL and DB auth
|
2018-07-16 12:40:23 +02:00 |
|
Jim LAURIE
|
74a52e57f1
|
Merge branch 'master' into add-ssl-auth-db-CLI-options
|
2018-07-16 12:31:15 +02:00 |
|
soupette
|
6cc063e98c
|
Add new key in schema to display the editView fields
Design the relation drag & sort
|
2018-07-16 12:29:57 +02:00 |
|
Jim LAURIE
|
ace0a7eca1
|
Merge pull request #1529 from strapi/settings-ctm
Content-manager customisation
|
2018-07-16 11:06:30 +02:00 |
|
Jim LAURIE
|
fabe370f90
|
Merge branch 'master' into settings-ctm
|
2018-07-16 10:56:26 +02:00 |
|
Jim LAURIE
|
2b6b2271b1
|
Merge pull request #1546 from derrickmehaffy/Update_Docs_DM
Update Admin build Docs
|
2018-07-16 09:44:38 +02:00 |
|
Jim LAURIE
|
3039b6dc69
|
Merge branch 'master' into Update_Docs_DM
|
2018-07-15 12:13:58 +02:00 |
|
David Thomas
|
c785248b2c
|
Fix removal of the filter keyword for field type comparison
|
2018-07-13 19:25:40 -04:00 |
|
David Thomas
|
422530ceed
|
Update fieldType comparison operator to strict
|
2018-07-13 18:00:47 -04:00 |
|
David Thomas
|
b3b2b32dd8
|
Merge branch 'master' of github.com:strapi/strapi
|
2018-07-13 17:52:43 -04:00 |
|
soupette
|
807ded44a1
|
Merge branch 'master' of github.com:strapi/strapi into settings-ctm-edit-view
|
2018-07-13 14:05:36 +02:00 |
|
soupette
|
ad72a4f66d
|
Remove the admin folder (front-end part of a plugin) from the files to watch so webpack so we can have hot reload with webpack
|
2018-07-13 14:04:06 +02:00 |
|
Jim LAURIE
|
02129dc1d8
|
Merge pull request #1560 from maturano/bug/tmpPathYarn
Fix temp directory reference for Yarn
|
2018-07-13 12:39:05 +02:00 |
|
soupette
|
3890bc1211
|
Fix conflict
|
2018-07-13 12:33:52 +02:00 |
|
Jim LAURIE
|
053046c168
|
Merge branch 'master' into bug/tmpPathYarn
|
2018-07-13 12:21:09 +02:00 |
|