# |
Jul 25th 2018, 11:56 |
mark |
RAD :) thanks much I'll look into this |
# |
Jul 25th 2018, 11:54 |
josbeir |
for the server and cache just use $this->getFilesystem()->getDisk(); (one for source and one for cache) |
# |
Jul 25th 2018, 11:54 |
josbeir |
https://github.com/ADmad/cakephp-glide that one |
# |
Jul 25th 2018, 11:53 |
josbeir |
i ment, glide plugin :) |
# |
Jul 25th 2018, 11:53 |
josbeir |
errr |
# |
Jul 25th 2018, 11:53 |
josbeir |
filesystem can be used to upload your images, image manipulation (thumbs, resizing, ..) can be done using @admad's flysystem plugin for example |
# |
Jul 25th 2018, 11:52 |
mark |
w00t! thank you josbeir you're right. was looking into using FilesystemAwareTrait, was stuborn earlier not sure where to start. |
# |
Jul 25th 2018, 11:51 |
josbeir |
that should be handled in your front end |
# |
Jul 25th 2018, 11:50 |
josbeir |
because 'drag and drop for images' has nothing to do with my plugins ... |
# |
Jul 25th 2018, 11:50 |
josbeir |
for drag en drop upload? |
# |
Jul 25th 2018, 11:50 |
josbeir |
@mark you mean something like dropzonejs ? |
# |
Jul 25th 2018, 11:43 |
mark |
cool |
# |
Jul 25th 2018, 11:43 |
chris-andre |
`$this->Form->select('organizations.0.id', $organizations, $options)` worked fine. Thanks @mark |
# |
Jul 25th 2018, 11:42 |
mark |
$this->Form->select('organizations.0.id', ['options' => $organizations]) |
# |
Jul 25th 2018, 11:42 |
mark |
and change it to ->select() |
# |
Jul 25th 2018, 11:41 |
mark |
try this instead: $this->Form->control('organizations.0.id', $organizations) |
# |
Jul 25th 2018, 11:41 |
chris-andre |
Contacts can add multiple Organizations, but one at a time |
# |
Jul 25th 2018, 11:41 |
mark |
you can try removing the array |
# |
Jul 25th 2018, 11:41 |
mark |
chris |
# |
Jul 25th 2018, 11:40 |
tim |
Yes. as such it's a multiple select. |
# |
Jul 25th 2018, 11:40 |
chris-andre |
@tim belongsToMany is the relation. Contacts belongsToMany Organizations and vice versa |
# |
Jul 25th 2018, 11:38 |
mark |
anybody recommends a simple drag and drop plugin for images? So far, no luck on https://github.com/josbeir/cakephp-filesystem and https://github.com/josbeir/cakephp-image |
# |
Jul 25th 2018, 11:38 |
tim |
belongsToMany is a multiple select? |
# |
Jul 25th 2018, 11:36 |
chris-andre |
Hi peeps. Contacts belongsToMany Organizations. When viewing a contact, you can add a organization to the contact. I have a general form `<?= $this->Form->create($contact) ?>`. But when adding the select, options are not shown `$this->Form->control('organizations.0.id', ['options' => $organizations])`. `organizations._ids` in first param works, but gives me multiple select. Is there a way around? |
# |
Jul 25th 2018, 11:06 |
neon1024 |
I’m busy in Vue.js land anyway 8) |
# |
Jul 25th 2018, 11:05 |
neon1024 |
:man-shrugging: |
# |
Jul 25th 2018, 11:05 |
neon1024 |
Although I’m not sure what I was ‘asking for’ |
# |
Jul 25th 2018, 11:05 |
neon1024 |
I meant ‘private messages’ not PMS |
# |
Jul 25th 2018, 11:04 |
dereuromark |
@neon1024 you asked for it with your message :slightly_smiling_face: |
# |
Jul 25th 2018, 11:04 |
dwms |
ok |
# |
Jul 25th 2018, 11:03 |
neon1024 |
Might I recommend @dwms rather than trying to harass people, just ask your question to the channel. If someone knows they might give some advice. Otherwise you risk spending your whole day asking individual people who might not know the plugin you need support with. |
# |
Jul 25th 2018, 11:02 |
dwms |
ok |
# |
Jul 25th 2018, 11:02 |
neon1024 |
We might end up implementing Fractal with some custom transformers |
# |
Jul 25th 2018, 11:02 |
neon1024 |
We haven’t yet agreed internally within the business if we will be adopting the json api standard for our response format |
# |
Jul 25th 2018, 11:01 |
neon1024 |
@dwms No actually, I haven’t used it yet. We are still using the old ApiListener |
# |
Jul 25th 2018, 11:01 |
dwms |
? |
# |
Jul 25th 2018, 11:01 |
dwms |
@neon1024 work this crud-json-api |
# |
Jul 25th 2018, 11:00 |
slackebot |
Action: neon1024 pms dereuromark |
# |
Jul 25th 2018, 10:58 |
dwms |
the return of the action edit does not bring the field included in your response as it does in the action view |
# |
Jul 25th 2018, 10:57 |
dwms |
? |
# |
Jul 25th 2018, 10:57 |
dwms |
works with crud-json-api |